Searched refs:WDT_FLAG_RESET_SOC (Results 1 – 25 of 30) sorted by relevance
12
210 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()
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()
57 if (data->reset_type == WDT_FLAG_RESET_SOC) { in wdt_rpi_pico_setup()188 .reset_type = WDT_FLAG_RESET_SOC, \
87 case WDT_FLAG_RESET_SOC: in wdt_npm2100_install_timeout()
98 case WDT_FLAG_RESET_SOC: in wdt_npm1300_install_timeout()
173 .flags = WDT_FLAG_RESET_SOC}; in wdt_xmc4xxx_init()
93 if ((config->flags & WDT_FLAG_RESET_MASK) == WDT_FLAG_RESET_SOC) { in wdt_kb1200_install_timeout()
125 case WDT_FLAG_RESET_SOC: in wdt_cc13xx_cc26xx_setup()
172 case WDT_FLAG_RESET_SOC: in wdt_sam_install_timeout()
136 MAP_PRCMMCUReset(data->flags & WDT_FLAG_RESET_SOC); in wdt_cc32xx_isr()
116 if (cfg->flags & WDT_FLAG_RESET_SOC) { in mcux_wwdt_install_timeout()
30 [WDT_FLAG_RESET_SOC] = "soc",
123 case WDT_FLAG_RESET_SOC: in wdt_ambiq_install_timeout()
153 if (cfg->flags != WDT_FLAG_RESET_SOC) { in wdt_sam0_install_timeout()
134 case WDT_FLAG_RESET_SOC: in wdt_esp32_install_timeout()
159 case WDT_FLAG_RESET_SOC: in wdt_litex_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()
103 if (cfg->flags != WDT_FLAG_RESET_SOC) { in wdt_nrf_install_timeout()
212 case WDT_FLAG_RESET_SOC: in wdt_sifive_install_timeout()
96 .flags = WDT_FLAG_RESET_SOC, in main()
60 #define WDT_FLAG_RESET_SOC (2 << WDT_FLAG_RESET_SHIFT) macro
46 - WDT_FLAG_RESET_SOC - when watchdog expires, target as "a whole" is reset.53 #define DEFAULT_FLAGS (WDT_FLAG_RESET_SOC)
132 wdt_config.flags = WDT_FLAG_RESET_SOC; in task_wdt_init()
51 #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()