Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_andes_atcwdt200.c222 uint32_t rst_period, cnt; in wdt_atcwdt200_convtime() local
225 rst_period = cnt; in wdt_atcwdt200_convtime()
233 return rst_period; in wdt_atcwdt200_convtime()
242 uint32_t rst_period, reg, counter_freq, scaler; in wdt_atcwdt200_install_timeout() local
249 rst_period = wdt_atcwdt200_convtime(cfg->window.max, &scaler); in wdt_atcwdt200_install_timeout()
251 if (rst_period < 0 || WDOGCFG_PERIOD_MAX < rst_period) { in wdt_atcwdt200_install_timeout()