|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
Wakes the chip when a single RTC-capable pin is at a level (EXT0). More...
Public Attributes | |
| idfxx::gpio | pin |
| The pin to wake on; must be RTC-capable. | |
| idfxx::gpio::level | level |
| The level that triggers the wake. | |
Wakes the chip when a single RTC-capable pin is at a level (EXT0).
Works in both light and deep sleep; the RTC peripherals are kept powered while sleeping. Reported as wakeup_source::ext0.
SOC_PM_SUPPORT_EXT0_WAKEUP). | idfxx::gpio::level idfxx::sleep::ext0_wake::level |
| idfxx::gpio idfxx::sleep::ext0_wake::pin |