Home
last modified time | relevance | path

Searched refs:ptrDeviceDdrConfig (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/xspi/
Dfsl_xspi.c823 if (devConfig->ptrDeviceDdrConfig != NULL) in XSPI_SetDeviceConfig()
825 enableDDR = devConfig->ptrDeviceDdrConfig->enableDdr; in XSPI_SetDeviceConfig()
831 XSPI_FLSHCR_TDH(devConfig->ptrDeviceDdrConfig->ddrDataAlignedClk); in XSPI_SetDeviceConfig()
833 … XSPI_SFACR_BYTE_SWAP(devConfig->ptrDeviceDdrConfig->enableByteSwapInOctalMode); in XSPI_SetDeviceConfig()
Dfsl_xspi.h369 …xspi_device_ddr_config_t *ptrDeviceDdrConfig; /*!< Set as NULL to set device as SDR mode, to ch… member
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c214 tmpNorFlashConfig.ptrDeviceDdrConfig = NULL; in XSPI_NOR_ProbeNorFlashSfdpHeader()
240 tmpNorFlashConfig.ptrDeviceDdrConfig = &tmpDeviceDDRConfig; in XSPI_NOR_ProbeNorFlashSfdpHeader()
380 externNorFlashConfig.ptrDeviceDdrConfig = &externalDeviceDdrConfig; in XSPI_NOR_SetNorFlashDeviceConfig()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt700/
Dmflash_drv.c72 .ptrDeviceDdrConfig = &flashDDrConfig,
/hal_nxp-latest/mcux/mcux-sdk/boards/mimxrt700evk/project_template/
Dboard.c470 .ptrDeviceDdrConfig = &psRamDdrConfig, in BOARD_Init16bitsPsRam()