Searched refs:kSFDP_Protocol_8d8d8d (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/ |
| D | fsl_xspi_nor_flash.c | 95 {kSFDP_Protocol_4s4d4d, 24U}, {kSFDP_Protocol_8d8d8d, 32U}, {kSFDP_Protocol_8d8d8d, 32U}, in XSPI_NOR_ProbeNorFlashSfdpHeader() 96 {kSFDP_Protocol_8d8d8d, 24U}, {kSFDP_Protocol_8d8d8d, 24U}, {kSFDP_Protocol_8s8s8s, 32U}, in XSPI_NOR_ProbeNorFlashSfdpHeader() 424 if (xspiMemNorHandle.curProtocolType == kSFDP_Protocol_8d8d8d) in XSPI_NOR_FillPageProgramLutSeq() 466 if (xspiMemNorHandle.curProtocolType == kSFDP_Protocol_8d8d8d) in XSPI_NOR_FillSectorEraseLutSeq() 511 if (xspiMemNorHandle.curProtocolType == kSFDP_Protocol_8d8d8d) in XSPI_NOR_FillBlockEraseLutSeq() 553 if (xspiMemNorHandle.curProtocolType == kSFDP_Protocol_8d8d8d) in XSPI_NOR_FillWriteEnableLutSeq() 589 if (xspiMemNorHandle.curProtocolType == kSFDP_Protocol_8d8d8d) in XSPI_NOR_FillReadIdLutSeq() 641 if (xspiMemNorHandle.curProtocolType == kSFDP_Protocol_8d8d8d) in XSPI_NOR_FillReadDataLutSeq() 684 if (xspiMemNorHandle.curProtocolType == kSFDP_Protocol_8d8d8d) in XSPI_NOR_FillChipEraseLutSeq() 725 if (xspiMemNorHandle.curProtocolType == kSFDP_Protocol_8d8d8d) in XSPI_NOR_FillReadStatusLutSeq() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/ |
| D | fsl_sfdp_parser.c | 468 else if (protocolType == kSFDP_Protocol_8d8d8d) in SFDP_Get8PadReadCmd() 811 protocolTypeSelected = kSFDP_Protocol_8d8d8d; in SFDP_GetFlashProtocolType() 1180 else if (protocolType == kSFDP_Protocol_8d8d8d) in SFDP_GetPageProgramCmdInfo() 1245 else if (protocolType == kSFDP_Protocol_8d8d8d) in SFDP_GetReadStatusCmdInfo() 1496 if ((protocolType == kSFDP_Protocol_8d8d8d) && ((tmp32 & (1UL << 23UL)) != 0UL)) in SFDP_GetWELBitInfo() 1563 if ((protocolType == kSFDP_Protocol_8d8d8d) && ((tmp32 & (1UL << 23UL)) != 0UL)) in SFDP_GetProgramErrorBitInfo() 1630 if ((protocolType == kSFDP_Protocol_8d8d8d) && ((tmp32 & (1UL << 23UL)) != 0UL)) in SFDP_GetEraseErrorBitInfo() 1697 if ((protocolType == kSFDP_Protocol_8d8d8d) && ((tmp32 & (1UL << 23UL)) != 0UL)) in SFDP_GetVolatileVariableDummyCycleInfo()
|
| D | fsl_sfdp_parser.h | 491 kSFDP_Protocol_8d8d8d = SFDP_ENCODE_PROTOCOL_TYPE( enumerator
|