Searched refs:WDT_FLAG_RESET_SOC (Results 1 – 24 of 24) sorted by relevance
207 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()
52 if (data->reset_type == WDT_FLAG_RESET_SOC) { in wdt_rpi_pico_setup()178 .reset_type = WDT_FLAG_RESET_SOC, \
14 #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()
98 case WDT_FLAG_RESET_SOC: in wdt_npm1300_install_timeout()
173 .flags = WDT_FLAG_RESET_SOC}; in wdt_xmc4xxx_init()
98 case WDT_FLAG_RESET_SOC: in wdt_ambiq_install_timeout()
125 case WDT_FLAG_RESET_SOC: in wdt_cc13xx_cc26xx_setup()
172 case WDT_FLAG_RESET_SOC: in wdt_sam_install_timeout()
30 [WDT_FLAG_RESET_SOC] = "soc",
136 MAP_PRCMMCUReset(data->flags & WDT_FLAG_RESET_SOC); in wdt_cc32xx_isr()
113 if (cfg->flags & WDT_FLAG_RESET_SOC) { in mcux_wwdt_install_timeout()
86 if (cfg->flags != WDT_FLAG_RESET_SOC) { in wdt_nrf_install_timeout()
128 case WDT_FLAG_RESET_SOC: in wdt_esp32_install_timeout()
153 if (cfg->flags != WDT_FLAG_RESET_SOC) { in wdt_sam0_install_timeout()
106 if (cfg->flags != WDT_FLAG_RESET_NONE || bite->flags != WDT_FLAG_RESET_SOC) { in ot_aontimer_install_timeout()
187 case WDT_FLAG_RESET_SOC: in wdt_gecko_install_timeout()
212 case WDT_FLAG_RESET_SOC: in wdt_sifive_install_timeout()
181 case WDT_FLAG_RESET_SOC: in tco_install_timeout()
134 if (!(cfg->flags & WDT_FLAG_RESET_SOC)) { in wdt_xilinx_axi_install_timeout()
275 case WDT_FLAG_RESET_SOC: in wdt_atcwdt200_install_timeout()
524 case WDT_FLAG_RESET_SOC: in wdt_nxp_fs26_install_timeout()
96 .flags = WDT_FLAG_RESET_SOC, in main()
58 #define WDT_FLAG_RESET_SOC (2 << WDT_FLAG_RESET_SHIFT) macro
132 wdt_config.flags = WDT_FLAG_RESET_SOC; in task_wdt_init()