Home
last modified time | relevance | path

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

12

/Zephyr-latest/tests/drivers/watchdog/wdt_basic_api/src/
Dtest_wdt.c210 m_cfg_wdt0.flags = WDT_FLAG_RESET_SOC; in test_wdt_no_callback()
261 m_cfg_wdt0.flags = WDT_FLAG_RESET_SOC; in test_wdt_callback_1()
322 m_cfg_wdt0.flags = WDT_FLAG_RESET_SOC; in test_wdt_callback_2()
332 m_cfg_wdt1.flags = WDT_FLAG_RESET_SOC; in test_wdt_callback_2()
374 m_cfg_wdt0.flags = WDT_FLAG_RESET_SOC; in test_wdt_bad_window_max()
/Zephyr-latest/drivers/watchdog/
Dwdt_counter.c14 #define WDT_SUPPORTED_CFG_FLAGS (WDT_FLAG_RESET_NONE | WDT_FLAG_RESET_SOC)
63 if (data->flags[chan_id] & WDT_FLAG_RESET_SOC) { in counter_alarm_callback()
Dwdt_rpi_pico.c57 if (data->reset_type == WDT_FLAG_RESET_SOC) { in wdt_rpi_pico_setup()
188 .reset_type = WDT_FLAG_RESET_SOC, \
Dwdt_npm2100.c87 case WDT_FLAG_RESET_SOC: in wdt_npm2100_install_timeout()
Dwdt_npm1300.c98 case WDT_FLAG_RESET_SOC: in wdt_npm1300_install_timeout()
Dwdt_xmc4xxx.c173 .flags = WDT_FLAG_RESET_SOC}; in wdt_xmc4xxx_init()
Dwdt_ene_kb1200.c93 if ((config->flags & WDT_FLAG_RESET_MASK) == WDT_FLAG_RESET_SOC) { in wdt_kb1200_install_timeout()
Dwdt_cc13xx_cc26xx.c125 case WDT_FLAG_RESET_SOC: in wdt_cc13xx_cc26xx_setup()
Dwdt_sam.c172 case WDT_FLAG_RESET_SOC: in wdt_sam_install_timeout()
Dwdt_cc32xx.c136 MAP_PRCMMCUReset(data->flags & WDT_FLAG_RESET_SOC); in wdt_cc32xx_isr()
Dwdt_mcux_wwdt.c116 if (cfg->flags & WDT_FLAG_RESET_SOC) { in mcux_wwdt_install_timeout()
Dwdt_shell.c30 [WDT_FLAG_RESET_SOC] = "soc",
Dwdt_ambiq.c123 case WDT_FLAG_RESET_SOC: in wdt_ambiq_install_timeout()
Dwdt_sam0.c153 if (cfg->flags != WDT_FLAG_RESET_SOC) { in wdt_sam0_install_timeout()
Dwdt_esp32.c134 case WDT_FLAG_RESET_SOC: in wdt_esp32_install_timeout()
Dwdt_litex.c159 case WDT_FLAG_RESET_SOC: in wdt_litex_install_timeout()
Dwdt_opentitan.c106 if (cfg->flags != WDT_FLAG_RESET_NONE || bite->flags != WDT_FLAG_RESET_SOC) { in ot_aontimer_install_timeout()
Dwdt_gecko.c187 case WDT_FLAG_RESET_SOC: in wdt_gecko_install_timeout()
Dwdt_nrfx.c103 if (cfg->flags != WDT_FLAG_RESET_SOC) { in wdt_nrf_install_timeout()
Dwdt_sifive.c212 case WDT_FLAG_RESET_SOC: in wdt_sifive_install_timeout()
/Zephyr-latest/samples/drivers/watchdog/src/
Dmain.c96 .flags = WDT_FLAG_RESET_SOC, in main()
/Zephyr-latest/include/zephyr/drivers/
Dwatchdog.h60 #define WDT_FLAG_RESET_SOC (2 << WDT_FLAG_RESET_SHIFT) macro
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/
DREADME.txt46 - WDT_FLAG_RESET_SOC - when watchdog expires, target as "a whole" is reset.
53 #define DEFAULT_FLAGS (WDT_FLAG_RESET_SOC)
/Zephyr-latest/subsys/task_wdt/
Dtask_wdt.c132 wdt_config.flags = WDT_FLAG_RESET_SOC; in task_wdt_init()
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/src/
Dmain.c51 #define DEFAULT_FLAGS (WDT_FLAG_RESET_SOC)
62 #define DEFAULT_FLAGS (WDT_FLAG_RESET_SOC)
248 m_cfg_wdt0.flags = WDT_FLAG_RESET_SOC; in ZTEST()

12