Home
last modified time | relevance | path

Searched refs:WDT_FLAG_RESET_CPU_CORE (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/
Dwatchdog.h58 #define WDT_FLAG_RESET_CPU_CORE (1 << WDT_FLAG_RESET_SHIFT) macro
/Zephyr-latest/drivers/watchdog/
Dwdt_npm2100.c83 case WDT_FLAG_RESET_CPU_CORE: in wdt_npm2100_install_timeout()
Dwdt_npm1300.c94 case WDT_FLAG_RESET_CPU_CORE: in wdt_npm1300_install_timeout()
Dwdt_ene_kb1200.c96 } else if ((config->flags & WDT_FLAG_RESET_MASK) == WDT_FLAG_RESET_CPU_CORE) { in wdt_kb1200_install_timeout()
Dwdt_sam.c190 case WDT_FLAG_RESET_CPU_CORE: in wdt_sam_install_timeout()
Dwdt_rpi_pico.c59 } else if (data->reset_type == WDT_FLAG_RESET_CPU_CORE) { in wdt_rpi_pico_setup()
Dwdt_shell.c29 [WDT_FLAG_RESET_CPU_CORE] = "cpu",
Dwdt_ambiq.c122 case WDT_FLAG_RESET_CPU_CORE: in wdt_ambiq_install_timeout()
Dwdt_intel_adsp.c112 if (config->flags & WDT_FLAG_RESET_CPU_CORE) { in intel_adsp_wdt_install_timeout()
Dwdt_esp32.c139 case WDT_FLAG_RESET_CPU_CORE: in wdt_esp32_install_timeout()
Dwdt_gecko.c188 case WDT_FLAG_RESET_CPU_CORE: in wdt_gecko_install_timeout()
Dwdt_sifive.c220 case WDT_FLAG_RESET_CPU_CORE: in wdt_sifive_install_timeout()
Dwdt_tco.c187 case WDT_FLAG_RESET_CPU_CORE: in tco_install_timeout()
Dwdt_andes_atcwdt200.c276 case WDT_FLAG_RESET_CPU_CORE: in wdt_atcwdt200_install_timeout()
Dwdt_nxp_fs26.c526 case WDT_FLAG_RESET_CPU_CORE: in wdt_nxp_fs26_install_timeout()
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/
DREADME.txt44 - WDT_FLAG_RESET_CPU_CORE - when watchdog expires, only one core is reset, while
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/src/
Dmain.c220 m_cfg_wdt0.flags = WDT_FLAG_RESET_CPU_CORE; in ZTEST()