|
ESPHome 2026.3.0-dev
|
Data Structures | |
| class | DebugComponent |
Functions | |
| PROGMEM_STRING_TABLE (ResetReasonStrings, "Power On", "Hardware Watchdog", "Exception", "Software Watchdog", "Software/System restart", "Deep-Sleep Wake", "External System", "Unknown") | |
| PROGMEM_STRING_TABLE (FlashModeStrings, "QIO", "QOUT", "DIO", "DOUT", "UNKNOWN") | |
Variables | |
| constexpr std::uintptr_t | MBR_PARAM_PAGE_ADDR = 0xFFC |
| constexpr std::uintptr_t | MBR_BOOTLOADER_ADDR = 0xFF8 |
| constexpr uint32_t | SD_MAGIC_NUMBER = 0x51B1E5DB |
| constexpr uintptr_t | MBR_SIZE = 0x1000 |
| constexpr uintptr_t | SOFTDEVICE_INFO_STRUCT_OFFSET = 0x2000 |
| constexpr uintptr_t | SD_ID_OFFSET = SOFTDEVICE_INFO_STRUCT_OFFSET + 0x10 |
| constexpr uintptr_t | SD_VERSION_OFFSET = SOFTDEVICE_INFO_STRUCT_OFFSET + 0x14 |
| esphome::debug::PROGMEM_STRING_TABLE | ( | FlashModeStrings | , |
| "QIO" | , | ||
| "QOUT" | , | ||
| "DIO" | , | ||
| "DOUT" | , | ||
| "UNKNOWN" | ) |
| esphome::debug::PROGMEM_STRING_TABLE | ( | ResetReasonStrings | , |
| "Power On" | , | ||
| "Hardware Watchdog" | , | ||
| "Exception" | , | ||
| "Software Watchdog" | , | ||
| "Software/System restart" | , | ||
| "Deep-Sleep Wake" | , | ||
| "External System" | , | ||
| "Unknown" | ) |
|
constexpr |
Definition at line 17 of file debug_zephyr.cpp.
|
constexpr |
Definition at line 16 of file debug_zephyr.cpp.
|
constexpr |
Definition at line 29 of file debug_zephyr.cpp.
|
constexpr |
Definition at line 31 of file debug_zephyr.cpp.
|
constexpr |
Definition at line 28 of file debug_zephyr.cpp.
|
constexpr |
Definition at line 32 of file debug_zephyr.cpp.
|
constexpr |
Definition at line 30 of file debug_zephyr.cpp.