Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_max32.c151 int upper_timeout_period = in wdt_max32_install_timeout() local
153 if (upper_timeout_period == -ENOTSUP) { in wdt_max32_install_timeout()
158 wdt_cfg.upperResetPeriod = upper_timeout_period; in wdt_max32_install_timeout()
159 wdt_cfg.upperIntPeriod = upper_timeout_period; /* Not used */ in wdt_max32_install_timeout()
161 switch (upper_timeout_period) { in wdt_max32_install_timeout()
168 wdt_cfg.upperResetPeriod = upper_timeout_period; in wdt_max32_install_timeout()
170 wdt_cfg.upperIntPeriod = upper_timeout_period + 1; in wdt_max32_install_timeout()