|
ESPHome 2026.5.0-dev
|
RP2040 wakeable delay uses file-scope state (alarm callback + flag) — defined in wake.cpp. More...
Data Structures | |
| class | BigEndianLayout |
| Wrapper class for memory using big endian data layout, transparently converting it to native order. More... | |
| class | LittleEndianLayout |
| Wrapper class for memory using big endian data layout, transparently converting it to native order. More... | |
Functions | |
| template<typename T > | |
| class esphome::internal::BigEndianLayout | __attribute__ ((packed)) |
| template<typename T > | |
| class esphome::internal::LittleEndianLayout | __attribute__ ((packed)) |
| template<typename R , typename F > | |
| R | parse_number (const StringRef &str, size_t *pos, F conv) |
| template<typename R , typename F > | |
| R | parse_number (const StringRef &str, size_t *pos, int base, F conv) |
| void | wakeable_delay (uint32_t ms) |
RP2040 wakeable delay uses file-scope state (alarm callback + flag) — defined in wake.cpp.
| class esphome::internal::BigEndianLayout esphome::internal::__attribute__ | ( | (packed) | ) |
| class esphome::internal::LittleEndianLayout esphome::internal::__attribute__ | ( | (packed) | ) |
|
inline |
Definition at line 217 of file string_ref.h.
|
inline |
Definition at line 225 of file string_ref.h.