ESPHome 2026.3.0
Loading...
Searching...
No Matches
crash_handler.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 
namespace  esphome::esp32
 

Functions

void esphome::esp32::crash_handler_read_and_clear ()
 Read crash data from NOINIT memory and clear the magic marker.
 
bool esphome::esp32::crash_handler_has_data ()
 Returns true if crash data was found this boot.
 
void esphome::esp32::crash_handler_log ()
 Log crash data if a crash was detected on previous boot.
 
void __real_esp_panic_handler (panic_info_t *info)
 
void IRAM_ATTR __wrap_esp_panic_handler (panic_info_t *info)
 

Function Documentation

◆ __real_esp_panic_handler()

void __real_esp_panic_handler ( panic_info_t * info)
extern

◆ __wrap_esp_panic_handler()

void IRAM_ATTR __wrap_esp_panic_handler ( panic_info_t * info)

Definition at line 272 of file crash_handler.cpp.