Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_npcx.c289 uint16_t min_wnd_t; in wdt_npcx_disable() local
295 min_wnd_t = DIV_ROUND_UP(3 * NPCX_WDT_CLK, 32 * (1 << inst->WDCP)); in wdt_npcx_disable()
296 while (k_uptime_get() - data->last_watchdog_touch < min_wnd_t) { in wdt_npcx_disable()