Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/include/drivers/
Dwatchdog.h56 #define WDT_FLAG_RESET_NONE (0 << WDT_FLAG_RESET_SHIFT) macro
/Zephyr-Core-2.7.6/drivers/watchdog/
Dwdt_sam.c175 case WDT_FLAG_RESET_NONE: in wdt_sam_install_timeout()
Dwdt_cc32xx.c133 if (data->flags != WDT_FLAG_RESET_NONE) { in wdt_cc32xx_isr()
Dwdt_sifive.c216 case WDT_FLAG_RESET_NONE: in wdt_sifive_install_timeout()
Dwdt_gecko.c201 case WDT_FLAG_RESET_NONE: in wdt_gecko_install_timeout()