Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c256 xspiMemNorHandle.curProtocolType = probedInfo[sfdpLutIndex].protocolMode; in XSPI_NOR_ProbeNorFlashSfdpHeader()
414 SFDP_DECODE_PROTOCOL_TYPE(xspiMemNorHandle.curProtocolType); in XSPI_NOR_FillPageProgramLutSeq()
422 …SFDP_GetPageProgramCmdInfo(xspiMemNorHandle.ptrSfdpHandle, xspiMemNorHandle.curProtocolType, &page… in XSPI_NOR_FillPageProgramLutSeq()
424 if (xspiMemNorHandle.curProtocolType == kSFDP_Protocol_8d8d8d) in XSPI_NOR_FillPageProgramLutSeq()
456 SFDP_DECODE_PROTOCOL_TYPE(xspiMemNorHandle.curProtocolType); in XSPI_NOR_FillSectorEraseLutSeq()
466 if (xspiMemNorHandle.curProtocolType == kSFDP_Protocol_8d8d8d) in XSPI_NOR_FillSectorEraseLutSeq()
501 SFDP_DECODE_PROTOCOL_TYPE(xspiMemNorHandle.curProtocolType); in XSPI_NOR_FillBlockEraseLutSeq()
511 if (xspiMemNorHandle.curProtocolType == kSFDP_Protocol_8d8d8d) in XSPI_NOR_FillBlockEraseLutSeq()
544 SFDP_DECODE_PROTOCOL_TYPE(xspiMemNorHandle.curProtocolType); in XSPI_NOR_FillWriteEnableLutSeq()
553 if (xspiMemNorHandle.curProtocolType == kSFDP_Protocol_8d8d8d) in XSPI_NOR_FillWriteEnableLutSeq()
[all …]
Dfsl_xspi_nor_flash.h107 sfdp_protocol_type_t curProtocolType; /*!< Current protocol type. */ member