ESPHome 2026.3.3
Loading...
Searching...
No Matches
esphome::esp32 Namespace Reference

Data Structures

class  ESP32InternalGPIOPin
 

Functions

void crash_handler_read_and_clear ()
 Read crash data from NOINIT memory and clear the magic marker.
 
bool crash_handler_has_data ()
 Returns true if crash data was found this boot.
 
void crash_handler_log ()
 Log crash data if a crash was detected on previous boot.
 
void setup_preferences ()
 

Function Documentation

◆ crash_handler_has_data()

bool esphome::esp32::crash_handler_has_data ( )

Returns true if crash data was found this boot.

Definition at line 108 of file crash_handler.cpp.

◆ crash_handler_log()

void esphome::esp32::crash_handler_log ( )

Log crash data if a crash was detected on previous boot.

Definition at line 220 of file crash_handler.cpp.

◆ crash_handler_read_and_clear()

void esphome::esp32::crash_handler_read_and_clear ( )

Read crash data from NOINIT memory and clear the magic marker.

Definition at line 91 of file crash_handler.cpp.

◆ setup_preferences()

void esphome::esp32::setup_preferences ( )

Definition at line 197 of file preferences.cpp.