Expand description
§RTC Control Sleep Module
§Overview
The sleep module allows configuring various wakeup sources and setting up
the sleep behavior based on those sources. The supported wakeup sources
include:
GPIOpins - light sleep only- timers
SDIO (Secure Digital Input/Output) - light sleep onlyMAC (Media Access Control)wake - light sleep onlyUART0- light sleep onlyUART1- light sleep onlytouchULP (Ultra-Low Power)wakeBT (Bluetooth) wake- light sleep only
Structs§
- Analog
Sleep Config unstable - Configuration controlling the analog behavior during sleep.
- Digital
Sleep Config unstable - Configuration controlling digital peripherals during sleep.
- HpLp
Param unstable - Shared HP/LP sleep timing parameters.
- HpParam
unstable - High-power system sleep timing parameters (pmu_hp_param_t subset).
- LowPower
unstable - Low-power management.
- LpParam
unstable - Low-power system sleep timing parameters (pmu_lp_param_t subset).
- Param
Sleep Config unstable - Sleep timing parameter configuration (pmu_sleep_param_config_t).
- Power
Down Flags unstable - Power domains to be powered down during sleep.
- Power
Sleep Config unstable - Configuration controlling the power state of the HP and LP systems during sleep.
- RtcSleep
Config unstable - Configuration for the RTC sleep behavior.