Home
last modified time | relevance | path

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

12

/Zephyr-latest/drivers/watchdog/
Dwdt_sam.c127 if ((options & WDT_OPT_PAUSE_IN_SLEEP) == WDT_OPT_PAUSE_IN_SLEEP) { in wdt_sam_setup()
Dwdt_dw_common.c26 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in dw_wdt_check_options()
Dwdt_gecko.c102 (options & WDT_OPT_PAUSE_IN_SLEEP) == 0U; in wdt_gecko_setup()
104 (options & WDT_OPT_PAUSE_IN_SLEEP) == 0U; in wdt_gecko_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_smartbond.c33 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in wdg_smartbond_setup()
Dwdt_fwdgt_gd32.c90 if ((options & WDT_OPT_PAUSE_IN_SLEEP) != 0U) { in gd32_fwdgt_setup()
Dwdt_xmc4xxx.c81 if ((options & WDT_OPT_PAUSE_IN_SLEEP) != 0) { in wdt_xmc4xxx_setup()
Dwdt_iwdg_stm32.c109 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in iwdg_stm32_setup()
Dwdt_ene_kb1200.c42 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in wdt_kb1200_setup()
Dwdt_mchp_xec.c49 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in wdt_xec_setup()
Dwdt_mcux_imx_wdog.c45 (options & WDT_OPT_PAUSE_IN_SLEEP) == 0U; in mcux_wdog_setup()
Dwdt_wwdgt_gd32.c115 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in gd32_wwdgt_setup()
Dwdt_cc32xx.c71 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in wdt_cc32xx_setup()
Dwdt_counter.c36 if ((options & WDT_OPT_PAUSE_IN_SLEEP) || (options & WDT_OPT_PAUSE_HALTED_BY_DBG)) { in wdt_counter_setup()
Dwdt_mcux_wdog.c46 (options & WDT_OPT_PAUSE_IN_SLEEP) == 0U; in mcux_wdog_setup()
Dwdt_rpi_pico.c48 if ((options & WDT_OPT_PAUSE_IN_SLEEP) == 1) { in wdt_rpi_pico_setup()
Dwdt_ite_it8xxx2.c94 if ((options & WDT_OPT_PAUSE_IN_SLEEP) != 0) { in wdt_it8xxx2_setup()
Dwdt_sam0.c112 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in wdt_sam0_setup()
Dwdt_litex.c122 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in wdt_litex_setup()
Dwdt_mcux_wdog32.c54 (options & WDT_OPT_PAUSE_IN_SLEEP) == 0U; in mcux_wdog32_setup()
Dwdt_nrfx.c41 if (!(options & WDT_OPT_PAUSE_IN_SLEEP)) { in wdt_nrf_setup()
Dwdt_wwdg_stm32.c185 if (options & WDT_OPT_PAUSE_IN_SLEEP) { in wwdg_stm32_setup()
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/src/
Dmain.c54 #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()
/Zephyr-latest/include/zephyr/drivers/
Dwatchdog.h35 #define WDT_OPT_PAUSE_IN_SLEEP BIT(0) macro
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/
DREADME.txt68 - WDT_OPT_PAUSE_IN_SLEEP;
75 #define DEFAULT_OPTIONS (WDT_OPT_PAUSE_IN_SLEEP | WDT_OPT_PAUSE_HALTED_BY_DBG)

12