Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/tests/drivers/watchdog/wdt_basic_api/src/
Dtest_wdt.c207 m_cfg_wdt0.flags = WDT_FLAG_RESET_SOC; in test_wdt_no_callback()
252 m_cfg_wdt0.flags = WDT_FLAG_RESET_SOC; in test_wdt_callback_1()
309 m_cfg_wdt0.flags = WDT_FLAG_RESET_SOC; in test_wdt_callback_2()
319 m_cfg_wdt1.flags = WDT_FLAG_RESET_SOC; in test_wdt_callback_2()
357 m_cfg_wdt0.flags = WDT_FLAG_RESET_SOC; in test_wdt_bad_window_max()
/Zephyr-Core-3.6.0/drivers/watchdog/
Dwdt_rpi_pico.c52 if (data->reset_type == WDT_FLAG_RESET_SOC) { in wdt_rpi_pico_setup()
178 .reset_type = WDT_FLAG_RESET_SOC, \
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_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_ambiq.c98 case WDT_FLAG_RESET_SOC: in wdt_ambiq_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_shell.c30 [WDT_FLAG_RESET_SOC] = "soc",
Dwdt_cc32xx.c136 MAP_PRCMMCUReset(data->flags & WDT_FLAG_RESET_SOC); in wdt_cc32xx_isr()
Dwdt_mcux_wwdt.c113 if (cfg->flags & WDT_FLAG_RESET_SOC) { in mcux_wwdt_install_timeout()
Dwdt_nrfx.c86 if (cfg->flags != WDT_FLAG_RESET_SOC) { in wdt_nrf_install_timeout()
Dwdt_esp32.c128 case WDT_FLAG_RESET_SOC: in wdt_esp32_install_timeout()
Dwdt_sam0.c153 if (cfg->flags != WDT_FLAG_RESET_SOC) { in wdt_sam0_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_sifive.c212 case WDT_FLAG_RESET_SOC: in wdt_sifive_install_timeout()
Dwdt_tco.c181 case WDT_FLAG_RESET_SOC: in tco_install_timeout()
Dwdt_xilinx_axi.c134 if (!(cfg->flags & WDT_FLAG_RESET_SOC)) { in wdt_xilinx_axi_install_timeout()
Dwdt_andes_atcwdt200.c275 case WDT_FLAG_RESET_SOC: in wdt_atcwdt200_install_timeout()
Dwdt_nxp_fs26.c524 case WDT_FLAG_RESET_SOC: in wdt_nxp_fs26_install_timeout()
/Zephyr-Core-3.6.0/samples/drivers/watchdog/src/
Dmain.c96 .flags = WDT_FLAG_RESET_SOC, in main()
/Zephyr-Core-3.6.0/include/zephyr/drivers/
Dwatchdog.h58 #define WDT_FLAG_RESET_SOC (2 << WDT_FLAG_RESET_SHIFT) macro
/Zephyr-Core-3.6.0/subsys/task_wdt/
Dtask_wdt.c132 wdt_config.flags = WDT_FLAG_RESET_SOC; in task_wdt_init()