Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_sfdp_parser.c215 if (protocolType == kSFDP_Protocol_1s1s1s) in SFDP_Get1PadReadCmd()
695 sfdp_protocol_type_t protocolTypeSelected = kSFDP_Protocol_1s1s1s; in SFDP_GetFlashProtocolType()
703 protocolTypeSelected = kSFDP_Protocol_1s1s1s; in SFDP_GetFlashProtocolType()
1160 if (protocolType == kSFDP_Protocol_1s1s1s) in SFDP_GetPageProgramCmdInfo()
1210 if (protocolType == kSFDP_Protocol_1s1s1s) in SFDP_GetReadStatusCmdInfo()
Dfsl_sfdp_parser.h458 kSFDP_Protocol_1s1s1s = SFDP_ENCODE_PROTOCOL_TYPE( enumerator
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c85 sfdp_protocol_type_t tmpProtocol = kSFDP_Protocol_1s1s1s; in XSPI_NOR_ProbeNorFlashSfdpHeader()
94 {kSFDP_Protocol_1s1s1s, 24U}, {kSFDP_Protocol_2s2s2s, 24U}, {kSFDP_Protocol_4s4s4s, 24U}, in XSPI_NOR_ProbeNorFlashSfdpHeader()
738 else if (xspiMemNorHandle.curProtocolType == kSFDP_Protocol_1s1s1s) in XSPI_NOR_FillReadStatusLutSeq()