Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c1261 sfdp_handle_t sfdpHandle; in Nor_Flash_Init() local
1262 (void)memset((void *)&sfdpHandle, 0UL, sizeof(sfdpHandle)); in Nor_Flash_Init()
1264 xspiMemNorHandle.ptrSfdpHandle = &sfdpHandle; in Nor_Flash_Init()
1315 if (SFDP_ReadAllSupportedTable(&sfdpHandle) != kSFDP_RET_Success) in Nor_Flash_Init()
1320 …if ((SFDP_GetAddressBytes(&sfdpHandle) != kSFDP_AddrMode_3ByteOnly) && (xspiMemNorHandle.addrSize … in Nor_Flash_Init()
1393 handle->bytesInPageSize = SFDP_GetPageSize(&sfdpHandle); in Nor_Flash_Init()