Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/xspi/
Dfsl_xspi.c548 if (ptrDllConfig->useRefValue == true) in XSPI_UpdateDllValue()
572 offsetDelayElementCount = (uint32_t)((ptrDllConfig->useRefValue) ? in XSPI_UpdateDllValue()
575 delayElementCoarseAdjust = (uint32_t)((ptrDllConfig->useRefValue) ? in XSPI_UpdateDllValue()
578 delayElementFineAdjust = (uint32_t)((ptrDllConfig->useRefValue) ? in XSPI_UpdateDllValue()
608 (ptrDllConfig->useRefValue) ? in XSPI_UpdateDllValue()
611 refCounterValue = (uint32_t)((ptrDllConfig->useRefValue) ? in XSPI_UpdateDllValue()
615 resolutionValue = (uint32_t)((ptrDllConfig->useRefValue) ? in XSPI_UpdateDllValue()
620 (uint32_t)((ptrDllConfig->useRefValue) ? in XSPI_UpdateDllValue()
623 offsetDelayElementCount = (uint32_t)((ptrDllConfig->useRefValue) ? in XSPI_UpdateDllValue()
Dfsl_xspi.h221 …bool useRefValue; /*!< Specify to use reference value or not, if the reference code d… member
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/mimxrt700/
Dmflash_drv.c70 .sampleClkConfig.dllConfig.useRefValue = true,
/hal_nxp-latest/mcux/mcux-sdk/boards/mimxrt700evk/project_template/
Dboard.c462 .sampleClkConfig.dllConfig.useRefValue = true, in BOARD_Init16bitsPsRam()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c217 tmpNorFlashConfig.sampleClkConfig.dllConfig.useRefValue = true; in XSPI_NOR_ProbeNorFlashSfdpHeader()