Searched refs:EMC_SDRAM_MODE_CL_MASK (Results 1 – 2 of 2) sorted by relevance
37 #define EMC_SDRAM_MODE_CL_MASK (0x70U) macro
257 …casLatency = ((uint32_t)dynamicConfig->sdramModeReg & EMC_SDRAM_MODE_CL_MASK) >> EMC_SDRAM_MODE_CL… in EMC_DynamicMemInit()