ESPHome 2026.5.0b1
Loading...
Searching...
No Matches
wake_zephyr.cpp 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

 esphome::K_SEM_DEFINE (esphome_wake_sem, 0, 1)
 
void esphome::wake_loop_threadsafe ()
 Non-ISR: always inline.
 
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.