Module esp32c3_hal::rtc_cntl::sleep
source · Expand description
RTC Control Sleep Module
Overview
The sleep
module in the RTC CNTL (Real-Time Clock Control)
driver
provides functionality to manage sleep and wakeup sources for ESP
chips.
The RTC_CNTL
is responsible for controlling the power and sleep behavior
of the chip.
The sleep
module allows configuring various wakeup sources and setting up
the sleep behavior based on those sources. The supported wakeup sources
include:
GPIO
pins - light sleep only- timers
SDIO (Secure Digital Input/Output) - light sleep only
MAC (Media Access Control)
wake - light sleep onlyUART0
- light sleep onlyUART1
- light sleep onlytouch
ULP (Ultra-Low Power)
wakeBT (Bluetooth) wake
- light sleep only
Structs
- RTC_IO wakeup source