Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c249 ret = SFDP_ReadSFDPHeader(xspiMemNorHandle.ptrSfdpHandle, XSPI_NOR_ReadSFDP); in XSPI_NOR_ProbeNorFlashSfdpHeader()
275 …addr_enter_method_t enterMethod = SFDP_Get4ByteAddrModeEnterMethod(xspiMemNorHandle.ptrSfdpHandle); in XSPI_NOR_Enter4ByteMode()
363 …DeviceDdrConfig.enableDdr = SFDP_CheckDTRSupported(xspiMemNorHandle.ptrSfdpHandle); in XSPI_NOR_SetNorFlashDeviceConfig()
364 …drConfig.enableByteSwapInOctalMode = SFDP_CheckByteSwapInOctalMode(xspiMemNorHandle.ptrSfdpHandle); in XSPI_NOR_SetNorFlashDeviceConfig()
368 …SFDP_GetBusyBitInfo(xspiMemNorHandle.ptrSfdpHandle, (sfdp_flash_pad_num_t)ptrUserInputMemConfig->n… in XSPI_NOR_SetNorFlashDeviceConfig()
378 externNorFlashConfig.deviceSize[0] = SFDP_GetFlashDensity(xspiMemNorHandle.ptrSfdpHandle); in XSPI_NOR_SetNorFlashDeviceConfig()
384 SFDP_GetPageSize(xspiMemNorHandle.ptrSfdpHandle); in XSPI_NOR_SetNorFlashDeviceConfig()
422 …SFDP_GetPageProgramCmdInfo(xspiMemNorHandle.ptrSfdpHandle, xspiMemNorHandle.curProtocolType, &page… in XSPI_NOR_FillPageProgramLutSeq()
427 … SFDP_GetOctalDTRCmdExtension(xspiMemNorHandle.ptrSfdpHandle, pageProgramCmdInfo.instruction); in XSPI_NOR_FillPageProgramLutSeq()
463 …if (SFDP_GetSectorEraseCmdInfo(xspiMemNorHandle.ptrSfdpHandle, kSFDP_EraseCmdType1, &sectorEraseCm… in XSPI_NOR_FillSectorEraseLutSeq()
[all …]
Dfsl_xspi_nor_flash.h109 sfdp_handle_t *ptrSfdpHandle; /*!< Pointer to sfdp handle. */ member