Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_sfdp_parser.c339 else if (protocolType == kSFDP_Protocol_4s4d4d) in SFDP_Get4PadReadCmd()
759 protocolTypeSelected = kSFDP_Protocol_4s4d4d; in SFDP_GetFlashProtocolType()
1237 else if (protocolType == kSFDP_Protocol_4s4d4d) in SFDP_GetReadStatusCmdInfo()
1486 if ((protocolType == kSFDP_Protocol_4s4d4d) && ((tmp32 & (1UL << 21UL)) != 0UL)) in SFDP_GetWELBitInfo()
1553 if ((protocolType == kSFDP_Protocol_4s4d4d) && ((tmp32 & (1UL << 21UL)) != 0UL)) in SFDP_GetProgramErrorBitInfo()
1620 if ((protocolType == kSFDP_Protocol_4s4d4d) && ((tmp32 & (1UL << 21UL)) != 0UL)) in SFDP_GetEraseErrorBitInfo()
1687 if ((protocolType == kSFDP_Protocol_4s4d4d) && ((tmp32 & (1UL << 21UL)) != 0UL)) in SFDP_GetVolatileVariableDummyCycleInfo()
Dfsl_sfdp_parser.h480 kSFDP_Protocol_4s4d4d = SFDP_ENCODE_PROTOCOL_TYPE( enumerator
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c95 {kSFDP_Protocol_4s4d4d, 24U}, {kSFDP_Protocol_8d8d8d, 32U}, {kSFDP_Protocol_8d8d8d, 32U}, in XSPI_NOR_ProbeNorFlashSfdpHeader()
1328 …if ((targetProtocolType >= kSFDP_Protocol_1s1s4s) && (targetProtocolType <= kSFDP_Protocol_4s4d4d)) in Nor_Flash_Init()