Home
last modified time | relevance | path

Searched refs:ESP_RST_WDT (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.4.0/components/esp_system/include/
Desp_system.h49 ESP_RST_WDT, //!< Reset due to other watchdogs enumerator
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32/
Dreset_reason.c54 return ESP_RST_WDT; in get_reset_reason()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32c3/
Dreset_reason.c56 return ESP_RST_WDT; in get_reset_reason()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32h2/
Dreset_reason.c56 return ESP_RST_WDT; in get_reset_reason()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s3/
Dreset_reason.c56 return ESP_RST_WDT; in get_reset_reason()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s2/
Dreset_reason.c56 return ESP_RST_WDT; in get_reset_reason()
/hal_espressif-3.4.0/components/esp_system/test/
Dtest_reset_reason.c258 TEST_ASSERT_EQUAL(ESP_RST_WDT, esp_reset_reason()); in check_reset_reason_any_wdt()