Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_sfdp_parser.c417 else if (protocolType == kSFDP_Protocol_8s8s8s) in SFDP_Get8PadReadCmd()
796 protocolTypeSelected = kSFDP_Protocol_8s8s8s; in SFDP_GetFlashProtocolType()
1241 else if (protocolType == kSFDP_Protocol_8s8s8s) in SFDP_GetReadStatusCmdInfo()
1491 if ((protocolType == kSFDP_Protocol_8s8s8s) && ((tmp32 & (1UL << 22UL)) != 0UL)) in SFDP_GetWELBitInfo()
1558 if ((protocolType == kSFDP_Protocol_8s8s8s) && ((tmp32 & (1UL << 22UL)) != 0UL)) in SFDP_GetProgramErrorBitInfo()
1625 if ((protocolType == kSFDP_Protocol_8s8s8s) && ((tmp32 & (1UL << 22UL)) != 0UL)) in SFDP_GetEraseErrorBitInfo()
1692 if ((protocolType == kSFDP_Protocol_8s8s8s) && ((tmp32 & (1UL << 22UL)) != 0UL)) in SFDP_GetVolatileVariableDummyCycleInfo()
Dfsl_sfdp_parser.h489 kSFDP_Protocol_8s8s8s = SFDP_ENCODE_PROTOCOL_TYPE( enumerator
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c96 {kSFDP_Protocol_8d8d8d, 24U}, {kSFDP_Protocol_8d8d8d, 24U}, {kSFDP_Protocol_8s8s8s, 32U}, in XSPI_NOR_ProbeNorFlashSfdpHeader()
97 {kSFDP_Protocol_8s8s8s, 32U}, {kSFDP_Protocol_8s8s8s, 24U}, {kSFDP_Protocol_8s8s8s, 24U}, in XSPI_NOR_ProbeNorFlashSfdpHeader()
1361 else if (targetProtocolType == kSFDP_Protocol_8s8s8s) in Nor_Flash_Init()