Searched refs:WDT_FLAG_RESET_NONE (Results 1 – 23 of 23) sorted by relevance
53 m_cfg_wdt0.flags = WDT_FLAG_RESET_NONE; in test_wdt_callback_reset_none()116 m_cfg_wdt0.flags = WDT_FLAG_RESET_NONE; in test_wdt_bad_window_max()
54 if (data->mode == WDT_FLAG_RESET_NONE && !data->is_serviced) { in wdt_xmc4xxx_isr()126 if (cfg->flags == WDT_FLAG_RESET_NONE && cfg->callback == NULL) { in wdt_xmc4xxx_install_timeout()
106 if (cfg->flags != WDT_FLAG_RESET_NONE || bite->flags != WDT_FLAG_RESET_SOC) { in ot_aontimer_install_timeout()145 if (cfg->flags == WDT_FLAG_RESET_NONE) { in ot_aontimer_install_timeout()
79 case WDT_FLAG_RESET_NONE: in wdt_npm2100_install_timeout()
90 case WDT_FLAG_RESET_NONE: in wdt_npm1300_install_timeout()
121 case WDT_FLAG_RESET_NONE: in wdt_cc13xx_cc26xx_setup()
177 case WDT_FLAG_RESET_NONE: in wdt_sam_install_timeout()
134 if (data->flags != WDT_FLAG_RESET_NONE) { in wdt_cc32xx_isr()
14 #define WDT_SUPPORTED_CFG_FLAGS (WDT_FLAG_RESET_NONE | WDT_FLAG_RESET_SOC)
133 } else if ((cfg->flags & WDT_FLAG_RESET_MASK) == WDT_FLAG_RESET_NONE) { in wdt_rpi_pico_install_timeout()
28 [WDT_FLAG_RESET_NONE] = "none",
126 case WDT_FLAG_RESET_NONE: in wdt_ambiq_install_timeout()
144 case WDT_FLAG_RESET_NONE: in wdt_esp32_install_timeout()
164 case WDT_FLAG_RESET_NONE: in wdt_litex_install_timeout()
197 case WDT_FLAG_RESET_NONE: in wdt_gecko_install_timeout()
216 case WDT_FLAG_RESET_NONE: in wdt_sifive_install_timeout()
183 case WDT_FLAG_RESET_NONE: in wdt_max32_install_timeout()
184 case WDT_FLAG_RESET_NONE: in tco_install_timeout()
275 case WDT_FLAG_RESET_NONE: in wdt_atcwdt200_install_timeout()
530 case WDT_FLAG_RESET_NONE: in wdt_nxp_fs26_install_timeout()
56 #define WDT_FLAG_RESET_NONE (0 << WDT_FLAG_RESET_SHIFT) macro
42 - WDT_FLAG_RESET_NONE - when watchdog expires, it's callback is serviced but
192 m_cfg_wdt0.flags = WDT_FLAG_RESET_NONE; in ZTEST()