Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c1326 sfdp_protocol_type_t targetProtocolType = XSPI_NOR_FindProtocolType(&xspiNorMemConfig); in Nor_Flash_Init() local
1328 …if ((targetProtocolType >= kSFDP_Protocol_1s1s4s) && (targetProtocolType <= kSFDP_Protocol_4s4d4d)) in Nor_Flash_Init()
1330 if (targetProtocolType <= kSFDP_Protocol_1s4d4d) in Nor_Flash_Init()
1337 else if (targetProtocolType == kSFDP_Protocol_4s4s4s) in Nor_Flash_Init()
1352 if (targetProtocolType >= kSFDP_Protocol_1s1s8s) in Nor_Flash_Init()
1354 if (targetProtocolType <= kSFDP_Protocol_1s8d8d) in Nor_Flash_Init()
1361 else if (targetProtocolType == kSFDP_Protocol_8s8s8s) in Nor_Flash_Init()
1377 xspiMemNorHandle.curProtocolType = targetProtocolType; in Nor_Flash_Init()