Home
last modified time | relevance | path

Searched refs:esp_reset_reason_set_hint (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/esp_system/
Dpanic.c427 esp_reset_reason_set_hint(ESP_RST_INT_WDT); in esp_panic_handler()
430 esp_reset_reason_set_hint(ESP_RST_TASK_WDT); in esp_panic_handler()
435 esp_reset_reason_set_hint(ESP_RST_PANIC); in esp_panic_handler()
474 void IRAM_ATTR __attribute__((weak)) esp_reset_reason_set_hint(esp_reset_reason_t hint) in esp_reset_reason_set_hint() function
/hal_espressif-latest/components/esp_system/include/esp_private/
Dsystem_internal.h41 void esp_reset_reason_set_hint(esp_reset_reason_t hint);
/hal_espressif-latest/components/esp_system/port/
Dbrownout.c50 esp_reset_reason_set_hint(ESP_RST_BROWNOUT); in rtc_brownout_isr_handler()
/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dreset_reason.c90 void IRAM_ATTR esp_reset_reason_set_hint(esp_reset_reason_t hint) in esp_reset_reason_set_hint() function
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dreset_reason.c79 void IRAM_ATTR esp_reset_reason_set_hint(esp_reset_reason_t hint) in esp_reset_reason_set_hint() function
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dreset_reason.c92 void IRAM_ATTR esp_reset_reason_set_hint(esp_reset_reason_t hint) in esp_reset_reason_set_hint() function
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dreset_reason.c89 void IRAM_ATTR esp_reset_reason_set_hint(esp_reset_reason_t hint) in esp_reset_reason_set_hint() function
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dreset_reason.c87 void IRAM_ATTR esp_reset_reason_set_hint(esp_reset_reason_t hint) in esp_reset_reason_set_hint() function
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dreset_reason.c102 void IRAM_ATTR esp_reset_reason_set_hint(esp_reset_reason_t hint) in esp_reset_reason_set_hint() function
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dreset_reason.c102 void IRAM_ATTR esp_reset_reason_set_hint(esp_reset_reason_t hint) in esp_reset_reason_set_hint() function
/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()