add PM related soc caps about power down rtc slow/fast mem

Supporting rtc slow/fast mem does not mean supporting
rtc slow/fast mem power down.
This commit is contained in:
jingli
2022-01-12 15:04:59 +08:00
parent ae127b04cd
commit 93a5087e58
8 changed files with 36 additions and 25 deletions

View File

@@ -40,10 +40,10 @@ typedef enum {
#if SOC_PM_SUPPORT_RTC_PERIPH_PD
ESP_PD_DOMAIN_RTC_PERIPH, //!< RTC IO, sensors and ULP co-processor
#endif
#if SOC_RTC_SLOW_MEM_SUPPORTED
#if SOC_PM_SUPPORT_RTC_SLOW_MEM_PD
ESP_PD_DOMAIN_RTC_SLOW_MEM, //!< RTC slow memory
#endif
#if SOC_RTC_FAST_MEM_SUPPORTED
#if SOC_PM_SUPPORT_RTC_FAST_MEM_PD
ESP_PD_DOMAIN_RTC_FAST_MEM, //!< RTC fast memory
#endif
ESP_PD_DOMAIN_XTAL, //!< XTAL oscillator