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

Data Structures

class  DebugComponent
 

Functions

uint32_t read_mem_u32 (uintptr_t addr)
 

Variables

constexpr std::uintptr_t MBR_PARAM_PAGE_ADDR = 0xFFC
 
constexpr std::uintptr_t MBR_BOOTLOADER_ADDR = 0xFF8
 

Function Documentation

◆ read_mem_u32()

uint32_t esphome::debug::read_mem_u32 ( uintptr_t addr)
inline

Definition at line 28 of file debug_zephyr.cpp.

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.