Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/watchdog/
Dwdt_sam.c125 if ((options & WDT_OPT_PAUSE_IN_SLEEP) == WDT_OPT_PAUSE_IN_SLEEP) { in wdt_sam_setup()
Dwdt_sifive.c129 if ((options & WDT_OPT_PAUSE_IN_SLEEP) == in wdt_sifive_setup()
130 WDT_OPT_PAUSE_IN_SLEEP) { in wdt_sifive_setup()
Dwdt_gecko.c106 (options & WDT_OPT_PAUSE_IN_SLEEP) == 0U; in wdt_gecko_setup()
108 (options & WDT_OPT_PAUSE_IN_SLEEP) == 0U; in wdt_gecko_setup()
Dwdt_mchp_xec.c41 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in wdt_xec_setup()
Dwdt_iwdg_stm32.c98 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in iwdg_stm32_setup()
Dwdt_mcux_imx_wdog.c41 (options & WDT_OPT_PAUSE_IN_SLEEP) == 0U; in mcux_wdog_setup()
Dwdt_cc32xx.c70 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in wdt_cc32xx_setup()
Dwdt_mcux_wdog.c45 (options & WDT_OPT_PAUSE_IN_SLEEP) == 0U; in mcux_wdog_setup()
Dwdt_nrfx.c44 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in wdt_nrf_setup()
Dwdt_ite_it8xxx2.c93 if ((options & WDT_OPT_PAUSE_IN_SLEEP) != 0) { in wdt_it8xxx2_setup()
Dwdt_sam0.c111 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in wdt_sam0_setup()
Dwdt_wwdg_stm32.c175 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in wwdg_stm32_setup()
Dwdt_mcux_wdog32.c53 (options & WDT_OPT_PAUSE_IN_SLEEP) == 0U; in mcux_wdog32_setup()
Dwdt_npcx.c224 if ((options & WDT_OPT_PAUSE_IN_SLEEP) != 0) { in wdt_npcx_setup()
/Zephyr-Core-2.7.6/include/drivers/
Dwatchdog.h34 #define WDT_OPT_PAUSE_IN_SLEEP BIT(0) macro