ESPHome 2025.12.0-dev
Loading...
Searching...
No Matches
esphome::debug Namespace Reference

Data Structures

class  DebugComponent
 

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
 

Variable Documentation

◆ MBR_BOOTLOADER_ADDR

std::uintptr_t esphome::debug::MBR_BOOTLOADER_ADDR = 0xFF8
constexpr

Definition at line 16 of file debug_zephyr.cpp.

◆ MBR_PARAM_PAGE_ADDR

std::uintptr_t esphome::debug::MBR_PARAM_PAGE_ADDR = 0xFFC
constexpr

Definition at line 15 of file debug_zephyr.cpp.

◆ MBR_SIZE

uintptr_t esphome::debug::MBR_SIZE = 0x1000
constexpr

Definition at line 38 of file debug_zephyr.cpp.

◆ SD_ID_OFFSET

uintptr_t esphome::debug::SD_ID_OFFSET = SOFTDEVICE_INFO_STRUCT_OFFSET + 0x10
constexpr

Definition at line 40 of file debug_zephyr.cpp.

◆ SD_MAGIC_NUMBER

uint32_t esphome::debug::SD_MAGIC_NUMBER = 0x51B1E5DB
constexpr

Definition at line 37 of file debug_zephyr.cpp.

◆ SD_VERSION_OFFSET

uintptr_t esphome::debug::SD_VERSION_OFFSET = SOFTDEVICE_INFO_STRUCT_OFFSET + 0x14
constexpr

Definition at line 41 of file debug_zephyr.cpp.

◆ SOFTDEVICE_INFO_STRUCT_OFFSET

uintptr_t esphome::debug::SOFTDEVICE_INFO_STRUCT_OFFSET = 0x2000
constexpr

Definition at line 39 of file debug_zephyr.cpp.