Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/watchdog/
Dwdt_andes_atcwdt200.c126 uint32_t reg, counter_freq; in wdt_atcwdt200_set_max_timeout() local
130 counter_freq = counter_get_frequency(pit_counter_dev); in wdt_atcwdt200_set_max_timeout()
135 alarm_cfg.ticks = ((WDOGCFG_PERIOD_MAX * counter_freq) / EXT_CLOCK_FREQ) >> 1; in wdt_atcwdt200_set_max_timeout()
242 uint32_t rst_period, reg, counter_freq, scaler; in wdt_atcwdt200_install_timeout() local
248 counter_freq = counter_get_frequency(pit_counter_dev); in wdt_atcwdt200_install_timeout()
272 alarm_cfg.ticks = (((cfg->window.max * counter_freq) / 1000) >> 1); in wdt_atcwdt200_install_timeout()