Home
last modified time | relevance | path

Searched refs:SFDP_GetAddressBytes (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_sfdp_parser.h1098 static inline sfdp_addr_mode_t SFDP_GetAddressBytes(sfdp_handle_t *handle) in SFDP_GetAddressBytes() function
Dfsl_sfdp_parser.c620 handle->addrMode = SFDP_GetAddressBytes(handle); in SFDP_ReadAllSupportedTable()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c1320 …if ((SFDP_GetAddressBytes(&sfdpHandle) != kSFDP_AddrMode_3ByteOnly) && (xspiMemNorHandle.addrSize … in Nor_Flash_Init()