Home
last modified time | relevance | path

Searched refs:casLatency (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/IS42SM16800H/
Dfsl_sdram.c27 sdram_cas_latency_t casLatency,
80 sdram_cas_latency_t casLatency, in SDRAM_InitSequence() argument
153 if (((uint8_t)casLatency & 0x1U) != 0x00U) in SDRAM_InitSequence()
157 if (((uint8_t)casLatency & 0x2U) != 0x00U) in SDRAM_InitSequence()
161 if (((uint8_t)casLatency & 0x4U) != 0x00U) in SDRAM_InitSequence()
/hal_nxp-latest/mcux/mcux-sdk/drivers/emc/
Dfsl_emc.c239 uint32_t casLatency; in EMC_DynamicMemInit() local
257casLatency = ((uint32_t)dynamicConfig->sdramModeReg & EMC_SDRAM_MODE_CL_MASK) >> EMC_SDRAM_MODE_CL… in EMC_DynamicMemInit()
259 …EMC_DYNAMIC_DYNAMICRASCAS_RAS(dynamicConfig->rAS_Nclk) | EMC_DYNAMIC_DYNAMICRASCAS_CAS(casLatency); in EMC_DynamicMemInit()
/hal_nxp-latest/mcux/mcux-sdk/drivers/semc/
Dfsl_semc.c472 SEMC_SDRAMCR0_COL8(true) | SEMC_SDRAMCR0_CL(config->casLatency); in SEMC_ConfigureSDRAM()
478 … SEMC_SDRAMCR0_COL(config->columnAddrBitNum) | SEMC_SDRAMCR0_CL(config->casLatency); in SEMC_ConfigureSDRAM()
541 …mode = (uint32_t)config->burstLen | (((uint32_t)config->casLatency) << SEMC_SDRAM_MODESETCAL_OFFSE… in SEMC_ConfigureSDRAM()
Dfsl_semc.h391 semc_caslatency_t casLatency; /*!< CAS latency. */ member