Home
last modified time | relevance | path

Searched refs:ESP_RST_INT_WDT (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s2/
Dreset_reason.c36 reset_reason_hint == ESP_RST_INT_WDT) { in get_reset_reason()
48 return ESP_RST_INT_WDT; in get_reset_reason()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s3/
Dreset_reason.c36 reset_reason_hint == ESP_RST_INT_WDT) { in get_reset_reason()
48 return ESP_RST_INT_WDT; in get_reset_reason()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32c3/
Dreset_reason.c36 reset_reason_hint == ESP_RST_INT_WDT) { in get_reset_reason()
48 return ESP_RST_INT_WDT; in get_reset_reason()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32h2/
Dreset_reason.c36 reset_reason_hint == ESP_RST_INT_WDT) { in get_reset_reason()
48 return ESP_RST_INT_WDT; in get_reset_reason()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32/
Dreset_reason.c36 reset_reason_hint == ESP_RST_INT_WDT) { in get_reset_reason()
48 return ESP_RST_INT_WDT; in get_reset_reason()
/hal_espressif-3.6.0/components/esp_system/include/
Desp_system.h47 ESP_RST_INT_WDT, //!< Reset (software or hardware) due to interrupt watchdog enumerator
/hal_espressif-3.6.0/components/esp_system/
Dpanic.c364 esp_reset_reason_set_hint(ESP_RST_INT_WDT); in esp_panic_handler()
/hal_espressif-3.6.0/components/esp_system/test/
Dtest_reset_reason.c202 TEST_ASSERT_EQUAL(ESP_RST_INT_WDT, esp_reset_reason()); in check_reset_reason_int_wdt()