esp-idf/components/esp_system/include
Omar Chebib 87325fa964 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-03-24 12:04:57 +08:00
..
esp_private
esp_async_memcpy.h
esp_debug_helpers.h
esp_expression_with_stack.h
esp_freertos_hooks.h
esp_int_wdt.h
esp_intr_alloc.h
esp_sleep.h esp_system: add VDD_SDIO power domain configuration for light sleep 2021-03-24 12:04:57 +08:00
esp_system.h ci: run Example_GENERIC for C3 2021-03-15 10:27:07 +08:00
esp_task.h
esp_task_wdt.h