Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt700/
Dmflash_drv.c69 .sampleClkConfig.dllConfig.dllMode = kXSPI_AutoUpdateMode,
70 .sampleClkConfig.dllConfig.useRefValue = true,
71 .sampleClkConfig.dllConfig.enableCdl8 = false,
/hal_nxp-latest/mcux/mcux-sdk/boards/mimxrt700evk/project_template/
Dboard.c461 .sampleClkConfig.dllConfig.dllMode = kXSPI_AutoUpdateMode, in BOARD_Init16bitsPsRam()
462 .sampleClkConfig.dllConfig.useRefValue = true, in BOARD_Init16bitsPsRam()
463 .sampleClkConfig.dllConfig.enableCdl8 = false, in BOARD_Init16bitsPsRam()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c216 … tmpNorFlashConfig.sampleClkConfig.dllConfig.dllMode = kXSPI_AutoUpdateMode; in XSPI_NOR_ProbeNorFlashSfdpHeader()
217 tmpNorFlashConfig.sampleClkConfig.dllConfig.useRefValue = true; in XSPI_NOR_ProbeNorFlashSfdpHeader()
/hal_nxp-latest/mcux/mcux-sdk/drivers/xspi/
Dfsl_xspi.h281 …xspi_dll_config_t dllConfig; /*!< Specify the DLL configuration, to improve data accuracy, please … member
Dfsl_xspi.c869 XSPI_UpdateDllValue(base, &(devConfig->sampleClkConfig.dllConfig), enableDDR, enableX16Mode, in XSPI_SetDeviceConfig()