Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_npcx.c46 #define NPCX_WDT_CLK LFCLK macro
248 inst->TWDT0 = MAX(DIV_ROUND_UP(data->timeout * NPCX_WDT_CLK, in wdt_npcx_setup()
255 NPCX_WDT_CLK, in wdt_npcx_setup()
295 min_wnd_t = DIV_ROUND_UP(3 * NPCX_WDT_CLK, 32 * (1 << inst->WDCP)); in wdt_npcx_disable()