|
ESPHome 2026.5.0-dev
|
Go to the source code of this file.
Namespaces | |
| namespace | esphome |
| Providing packet encoding functions for exchanging data with a remote host. | |
| namespace | esphome::internal |
| RP2040 wakeable delay uses file-scope state (alarm callback + flag) — defined in wake.cpp. | |
Functions | |
| void IRAM_ATTR | esphome::wake_loop_isrsafe (BaseType_t *px_higher_priority_task_woken) |
| IRAM_ATTR entry points — defined in wake.cpp. | |
| void IRAM_ATTR | esphome::wake_loop_any_context () |
| IRAM_ATTR entry point for ISR callers — defined in wake.cpp. | |
| void | esphome::internal::wakeable_delay (uint32_t ms) |
| void | esphome::wake_loop_threadsafe () |
| Non-ISR: always inline. | |
Variables | |
| volatile bool | esphome::g_main_loop_woke = false |