Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_max32.c126 int lower_timeout_period = in wdt_max32_install_timeout() local
128 if (lower_timeout_period == -ENOTSUP) { in wdt_max32_install_timeout()
133 wdt_cfg.lowerResetPeriod = lower_timeout_period; in wdt_max32_install_timeout()
134 wdt_cfg.lowerIntPeriod = lower_timeout_period; /* Not used */ in wdt_max32_install_timeout()
136 switch (lower_timeout_period) { in wdt_max32_install_timeout()
143 wdt_cfg.lowerResetPeriod = lower_timeout_period; in wdt_max32_install_timeout()
145 wdt_cfg.lowerIntPeriod = lower_timeout_period + 1; in wdt_max32_install_timeout()