Searched refs:tPrescalePeriod_Ns (Results 1 – 2 of 2) sorted by relevance
431 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()
401 …uint32_t tPrescalePeriod_Ns; /*!< Prescaler timer period should not be larger than 256 * 16 * … member