Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_sfdp_parser.c290 if (protocolType == kSFDP_Protocol_1s1s4s) in SFDP_Get4PadReadCmd()
778 protocolTypeSelected = kSFDP_Protocol_1s1s4s; in SFDP_GetFlashProtocolType()
990 else if (protocolType >= kSFDP_Protocol_1s1s4s) in SFDP_GetReadCmdInfo()
1164 else if (protocolType == kSFDP_Protocol_1s1s4s) in SFDP_GetPageProgramCmdInfo()
Dfsl_sfdp_parser.h472 kSFDP_Protocol_1s1s4s = SFDP_ENCODE_PROTOCOL_TYPE( enumerator
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c1328 …if ((targetProtocolType >= kSFDP_Protocol_1s1s4s) && (targetProtocolType <= kSFDP_Protocol_4s4d4d)) in Nor_Flash_Init()