light sleep: supported SoC TOP domain powered down

This commit is contained in:
Li Shuai
2023-02-01 21:34:36 +08:00
committed by wuzhenghui
parent 6e307c04a3
commit aec3f6db1d
2 changed files with 16 additions and 0 deletions
@@ -61,6 +61,9 @@ typedef enum {
#endif
#if SOC_PM_SUPPORT_VDDSDIO_PD
ESP_PD_DOMAIN_VDDSDIO, //!< VDD_SDIO
#endif
#if SOC_PM_SUPPORT_TOP_PD
ESP_PD_DOMAIN_TOP, //!< SoC TOP
#endif
ESP_PD_DOMAIN_MAX //!< Number of domains
} esp_sleep_pd_domain_t;