Home
last modified time | relevance | path

Searched refs:WDT_MWDT0 (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-3.6.0/components/esp_system/
Dpanic.c172 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in esp_panic_handler_reconfigure_wdts()
177 …wdt_hal_init(&wdt0_context, WDT_MWDT0, MWDT0_TICK_PRESCALER, false); //Prescaler: wdt counts in ti… in esp_panic_handler_reconfigure_wdts()
194 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in disable_all_wdts()
Dtask_wdt.c48 #define TWDT_INSTANCE WDT_MWDT0
/hal_espressif-3.6.0/components/hal/include/hal/
Dwdt_types.h23 WDT_MWDT0, /*!< Main System Watchdog Timer (MWDT) of Timer Group 0 */ enumerator
/hal_espressif-3.6.0/zephyr/esp_shared/src/boot/
Dbootloader_wdt.c35 wdt_hal_context_t wdt_ctx = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in bootloader_config_wdt()
/hal_espressif-3.6.0/components/bootloader_support/src/
Dbootloader_init.c79 wdt_hal_context_t wdt_ctx = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in bootloader_config_wdt()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s2/
Dsystem_internal.c66 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in esp_restart_noos()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32h2/
Dsystem_internal.c70 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in esp_restart_noos()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32/
Dsystem_internal.c74 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in esp_restart_noos()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32c3/
Dsystem_internal.c71 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in esp_restart_noos()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s3/
Dsystem_internal.c59 wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0}; in esp_restart_noos()
/hal_espressif-3.6.0/components/esp_system/port/
Dpanic_handler.c50 static wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0};
/hal_espressif-3.6.0/components/hal/
Dwdt_hal_iram.c26 if (wdt_inst == WDT_MWDT0) { in wdt_hal_init()
/hal_espressif-3.6.0/components/esp_gdbstub/src/
Dgdbstub.c115 static wdt_hal_context_t wdt0_context = {.inst = WDT_MWDT0, .mwdt_dev = &TIMERG0};