Home
last modified time | relevance | path

Searched refs:tPrescalePeriod_Ns (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/semc/
Dfsl_semc.c431 uint16_t prescale = (uint16_t)(config->tPrescalePeriod_Ns / 16U / (1000000000U / clkSrc_Hz)); in SEMC_ConfigureSDRAM()
453 refresh = config->refreshPeriod_nsPerRow / config->tPrescalePeriod_Ns; in SEMC_ConfigureSDRAM()
454 urgentRef = config->refreshUrgThreshold / config->tPrescalePeriod_Ns; in SEMC_ConfigureSDRAM()
455 idle = config->tIdleTimeout_Ns / config->tPrescalePeriod_Ns; in SEMC_ConfigureSDRAM()
Dfsl_semc.h401 …uint32_t tPrescalePeriod_Ns; /*!< Prescaler timer period should not be larger than 256 * 16 * … member