ESPHome 2026.5.0b1
Loading...
Searching...
No Matches
wake_zephyr.h File Reference

Go to the source code of this file.

Namespaces

namespace  esphome
 
namespace  esphome::internal
 RP2040 wakeable delay uses file-scope state (alarm callback + flag) — defined in wake_rp2040.cpp.
 

Functions

void esphome::wake_loop_threadsafe ()
 Non-ISR: always inline.
 
void IRAM_ATTR esphome::wake_loop_any_context ()
 IRAM_ATTR entry point for ISR callers — defined in wake_esp8266.cpp.
 
void ESPHOME_ALWAYS_INLINE esphome::wake_loop_isrsafe ()
 ISR-safe: no task_woken arg because ESP8266 has no FreeRTOS. Caller must be IRAM_ATTR.
 
void ESPHOME_ALWAYS_INLINE esphome::internal::wakeable_delay (uint32_t ms)
 Host wakeable_delay uses select() over the registered fds — defined in wake_host.cpp.