Searched refs:WDT_OPT_PAUSE_IN_SLEEP (Results 1 – 15 of 15) sorted by relevance
125 if ((options & WDT_OPT_PAUSE_IN_SLEEP) == WDT_OPT_PAUSE_IN_SLEEP) { in wdt_sam_setup()
129 if ((options & WDT_OPT_PAUSE_IN_SLEEP) == in wdt_sifive_setup()130 WDT_OPT_PAUSE_IN_SLEEP) { in wdt_sifive_setup()
106 (options & WDT_OPT_PAUSE_IN_SLEEP) == 0U; in wdt_gecko_setup()108 (options & WDT_OPT_PAUSE_IN_SLEEP) == 0U; in wdt_gecko_setup()
41 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in wdt_xec_setup()
98 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in iwdg_stm32_setup()
41 (options & WDT_OPT_PAUSE_IN_SLEEP) == 0U; in mcux_wdog_setup()
70 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in wdt_cc32xx_setup()
45 (options & WDT_OPT_PAUSE_IN_SLEEP) == 0U; in mcux_wdog_setup()
44 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in wdt_nrf_setup()
93 if ((options & WDT_OPT_PAUSE_IN_SLEEP) != 0) { in wdt_it8xxx2_setup()
111 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in wdt_sam0_setup()
175 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in wwdg_stm32_setup()
53 (options & WDT_OPT_PAUSE_IN_SLEEP) == 0U; in mcux_wdog32_setup()
224 if ((options & WDT_OPT_PAUSE_IN_SLEEP) != 0) { in wdt_npcx_setup()
34 #define WDT_OPT_PAUSE_IN_SLEEP BIT(0) macro