Home
last modified time | relevance | path

Searched refs:ESP_RST_TASK_WDT (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dreset_reason.c27 reset_reason_hint == ESP_RST_TASK_WDT || in get_reset_reason()
37 return ESP_RST_TASK_WDT; in get_reset_reason()
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dreset_reason.c30 reset_reason_hint == ESP_RST_TASK_WDT || in get_reset_reason()
40 return ESP_RST_TASK_WDT; in get_reset_reason()
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dreset_reason.c27 reset_reason_hint == ESP_RST_TASK_WDT || in get_reset_reason()
37 return ESP_RST_TASK_WDT; in get_reset_reason()
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dreset_reason.c27 reset_reason_hint == ESP_RST_TASK_WDT || in get_reset_reason()
37 return ESP_RST_TASK_WDT; in get_reset_reason()
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dreset_reason.c27 reset_reason_hint == ESP_RST_TASK_WDT || in get_reset_reason()
37 return ESP_RST_TASK_WDT; in get_reset_reason()
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dreset_reason.c27 reset_reason_hint == ESP_RST_TASK_WDT || in get_reset_reason()
37 return ESP_RST_TASK_WDT; in get_reset_reason()
/hal_espressif-latest/components/esp_system/include/
Desp_system.h31 ESP_RST_TASK_WDT, //!< Reset due to task watchdog enumerator
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dreset_reason.c27 reset_reason_hint == ESP_RST_TASK_WDT || in get_reset_reason()
/hal_espressif-latest/components/esp_system/
Dpanic.c430 esp_reset_reason_set_hint(ESP_RST_TASK_WDT); in esp_panic_handler()
/hal_espressif-latest/components/esp_system/task_wdt/
Dtask_wdt.c376 esp_reset_reason_set_hint(ESP_RST_TASK_WDT); in task_wdt_timeout_handling()
435 esp_reset_reason_set_hint(ESP_RST_TASK_WDT); in task_wdt_timeout_abort_xtensa()