Searched refs:WDT_FLAG_RESET_CPU_CORE (Results 1 – 17 of 17) sorted by relevance
58 #define WDT_FLAG_RESET_CPU_CORE (1 << WDT_FLAG_RESET_SHIFT) macro
83 case WDT_FLAG_RESET_CPU_CORE: in wdt_npm2100_install_timeout()
94 case WDT_FLAG_RESET_CPU_CORE: in wdt_npm1300_install_timeout()
96 } else if ((config->flags & WDT_FLAG_RESET_MASK) == WDT_FLAG_RESET_CPU_CORE) { in wdt_kb1200_install_timeout()
190 case WDT_FLAG_RESET_CPU_CORE: in wdt_sam_install_timeout()
59 } else if (data->reset_type == WDT_FLAG_RESET_CPU_CORE) { in wdt_rpi_pico_setup()
29 [WDT_FLAG_RESET_CPU_CORE] = "cpu",
122 case WDT_FLAG_RESET_CPU_CORE: in wdt_ambiq_install_timeout()
112 if (config->flags & WDT_FLAG_RESET_CPU_CORE) { in intel_adsp_wdt_install_timeout()
139 case WDT_FLAG_RESET_CPU_CORE: in wdt_esp32_install_timeout()
188 case WDT_FLAG_RESET_CPU_CORE: in wdt_gecko_install_timeout()
220 case WDT_FLAG_RESET_CPU_CORE: in wdt_sifive_install_timeout()
187 case WDT_FLAG_RESET_CPU_CORE: in tco_install_timeout()
276 case WDT_FLAG_RESET_CPU_CORE: in wdt_atcwdt200_install_timeout()
526 case WDT_FLAG_RESET_CPU_CORE: in wdt_nxp_fs26_install_timeout()
44 - WDT_FLAG_RESET_CPU_CORE - when watchdog expires, only one core is reset, while
220 m_cfg_wdt0.flags = WDT_FLAG_RESET_CPU_CORE; in ZTEST()