Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/watchdog/
Dwdt_counter.c14 #define WDT_SUPPORTED_CFG_FLAGS (WDT_FLAG_RESET_NONE | WDT_FLAG_RESET_SOC) macro
109 if (cfg->flags & ~WDT_SUPPORTED_CFG_FLAGS) { in wdt_counter_install_timeout()