Home
last modified time | relevance | path

Searched refs:ESP_RST_PANIC (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.6.0/components/esp_system/include/
Desp_system.h46 ESP_RST_PANIC, //!< Software reset due to exception/panic enumerator
/hal_espressif-3.6.0/components/esp_system/test/
Dtest_reset_reason.c123 TEST_ASSERT_EQUAL(ESP_RST_PANIC, esp_reset_reason()); in check_reset_reason_panic()
363 TEST_ASSERT_EQUAL(ESP_RST_PANIC, esp_reset_reason()); in test2_finish()
Dtest_sleep.c262 TEST_ASSERT_EQUAL(ESP_RST_PANIC, esp_reset_reason()); in check_abort_reset_and_sleep()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s2/
Dreset_reason.c33 if (reset_reason_hint == ESP_RST_PANIC || in get_reset_reason()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s3/
Dreset_reason.c33 if (reset_reason_hint == ESP_RST_PANIC || in get_reset_reason()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32c3/
Dreset_reason.c33 if (reset_reason_hint == ESP_RST_PANIC || in get_reset_reason()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32h2/
Dreset_reason.c33 if (reset_reason_hint == ESP_RST_PANIC || in get_reset_reason()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32/
Dreset_reason.c33 if (reset_reason_hint == ESP_RST_PANIC || in get_reset_reason()
/hal_espressif-3.6.0/components/esp_system/
Dpanic.c372 esp_reset_reason_set_hint(ESP_RST_PANIC); in esp_panic_handler()