esp-idf/components/esp_system/include
Omar Chebib b0684e8b3c esp_system: add VDD_SDIO power domain configuration for light sleep
VDD_SDIO power domain can now be configured for light sleep
by the application. It is now possible to keep the power domain
ON during light sleep, keeping the GPIOs connected to it powered.
The power domain will, by default be:
- Kept ON if CONFIG_ESP_SYSTEM_PD_FLASH is not set
- Turned OFF if not set

The application can still force it to be ON by calling
`esp_sleep_pd_config(ESP_PD_DOMAIN_VDDSDIO, ESP_PD_OPTION_ON);`
2021-04-06 14:01:38 +08:00
..
esp_private light sleep: add cpu power down support for esp32c3 2021-01-19 14:51:50 +08:00
esp_async_memcpy.h async memcpy: support async memcopy on esp32s2/s3 2020-09-16 21:30:54 +08:00
esp_intr_alloc.h esp32c3: format and clean up interrupt and os port code 2021-01-05 15:39:46 +08:00
esp_sleep.h esp_system: add VDD_SDIO power domain configuration for light sleep 2021-04-06 14:01:38 +08:00
esp_system.h esp_system: sync with C3 changes 2020-12-31 15:20:05 +11:00