Searched refs:WDT_OPT_PAUSE_IN_SLEEP (Results 1 – 25 of 30) sorted by relevance
12
127 if ((options & WDT_OPT_PAUSE_IN_SLEEP) == WDT_OPT_PAUSE_IN_SLEEP) { in wdt_sam_setup()
26 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in dw_wdt_check_options()
102 (options & WDT_OPT_PAUSE_IN_SLEEP) == 0U; in wdt_gecko_setup()104 (options & WDT_OPT_PAUSE_IN_SLEEP) == 0U; in wdt_gecko_setup()
129 if ((options & WDT_OPT_PAUSE_IN_SLEEP) == in wdt_sifive_setup()130 WDT_OPT_PAUSE_IN_SLEEP) { in wdt_sifive_setup()
33 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in wdg_smartbond_setup()
90 if ((options & WDT_OPT_PAUSE_IN_SLEEP) != 0U) { in gd32_fwdgt_setup()
81 if ((options & WDT_OPT_PAUSE_IN_SLEEP) != 0) { in wdt_xmc4xxx_setup()
109 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in iwdg_stm32_setup()
42 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in wdt_kb1200_setup()
49 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in wdt_xec_setup()
45 (options & WDT_OPT_PAUSE_IN_SLEEP) == 0U; in mcux_wdog_setup()
115 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in gd32_wwdgt_setup()
71 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in wdt_cc32xx_setup()
36 if ((options & WDT_OPT_PAUSE_IN_SLEEP) || (options & WDT_OPT_PAUSE_HALTED_BY_DBG)) { in wdt_counter_setup()
46 (options & WDT_OPT_PAUSE_IN_SLEEP) == 0U; in mcux_wdog_setup()
48 if ((options & WDT_OPT_PAUSE_IN_SLEEP) == 1) { in wdt_rpi_pico_setup()
94 if ((options & WDT_OPT_PAUSE_IN_SLEEP) != 0) { in wdt_it8xxx2_setup()
112 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in wdt_sam0_setup()
122 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in wdt_litex_setup()
54 (options & WDT_OPT_PAUSE_IN_SLEEP) == 0U; in mcux_wdog32_setup()
41 if (!(options & WDT_OPT_PAUSE_IN_SLEEP)) { in wdt_nrf_setup()
185 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in wwdg_stm32_setup()
54 #define DEFAULT_OPTIONS (WDT_OPT_PAUSE_IN_SLEEP | WDT_OPT_PAUSE_HALTED_BY_DBG)65 #define DEFAULT_OPTIONS (WDT_OPT_PAUSE_IN_SLEEP)402 ret = wdt_setup(wdt, WDT_OPT_PAUSE_IN_SLEEP); in ZTEST()408 ret = wdt_setup(wdt, WDT_OPT_PAUSE_IN_SLEEP | WDT_OPT_PAUSE_HALTED_BY_DBG); in ZTEST()453 ret = wdt_setup(wdt, WDT_OPT_PAUSE_IN_SLEEP); in ZTEST()497 ret = wdt_setup(wdt, WDT_OPT_PAUSE_IN_SLEEP | WDT_OPT_PAUSE_HALTED_BY_DBG); in ZTEST()
35 #define WDT_OPT_PAUSE_IN_SLEEP BIT(0) macro
68 - WDT_OPT_PAUSE_IN_SLEEP;75 #define DEFAULT_OPTIONS (WDT_OPT_PAUSE_IN_SLEEP | WDT_OPT_PAUSE_HALTED_BY_DBG)