Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_dw_common.c18 #define WDT_DW_FLAG_CONFIGURED 0x80000000 macro
37 if (!(config & WDT_DW_FLAG_CONFIGURED)) { in dw_wdt_configure()
43 period = config & ~WDT_DW_FLAG_CONFIGURED; in dw_wdt_configure()
86 *period_out = WDT_DW_FLAG_CONFIGURED | (period >= 15 ? period - 15 : 0); in dw_wdt_calc_period()