Searched refs:WDT_FLAG_RESET_NONE (Results 1 – 18 of 18) sorted by relevance
53 m_cfg_wdt0.flags = WDT_FLAG_RESET_NONE; in test_wdt_callback_reset_none()113 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()
90 case WDT_FLAG_RESET_NONE: in wdt_npm1300_install_timeout()
101 case WDT_FLAG_RESET_NONE: in wdt_ambiq_install_timeout()
123 } else if ((cfg->flags & WDT_FLAG_RESET_MASK) == WDT_FLAG_RESET_NONE) { in wdt_rpi_pico_install_timeout()
121 case WDT_FLAG_RESET_NONE: in wdt_cc13xx_cc26xx_setup()
177 case WDT_FLAG_RESET_NONE: in wdt_sam_install_timeout()
14 #define WDT_SUPPORTED_CFG_FLAGS (WDT_FLAG_RESET_NONE | WDT_FLAG_RESET_SOC)
28 [WDT_FLAG_RESET_NONE] = "none",
134 if (data->flags != WDT_FLAG_RESET_NONE) { in wdt_cc32xx_isr()
138 case WDT_FLAG_RESET_NONE: in wdt_esp32_install_timeout()
197 case WDT_FLAG_RESET_NONE: in wdt_gecko_install_timeout()
216 case WDT_FLAG_RESET_NONE: in wdt_sifive_install_timeout()
184 case WDT_FLAG_RESET_NONE: in tco_install_timeout()
289 case WDT_FLAG_RESET_NONE: in wdt_atcwdt200_install_timeout()
530 case WDT_FLAG_RESET_NONE: in wdt_nxp_fs26_install_timeout()
54 #define WDT_FLAG_RESET_NONE (0 << WDT_FLAG_RESET_SHIFT) macro