ESPHome 2026.5.0b1
Loading...
Searching...
No Matches
wake_esp8266.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_ALWAYS_INLINE esphome::wake_loop_impl ()
 Inline implementation — IRAM callers inline this directly.
 
void IRAM_ATTR esphome::wake_loop_any_context ()
 IRAM_ATTR entry point for ISR callers — defined in wake_esp8266.cpp.
 
void esphome::wake_loop_threadsafe ()
 Non-ISR: always inline.
 
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.