sleep: optimize light sleep wakeup latency

This commit is contained in:
Ivan Grokhotkov
2018-04-04 15:05:50 +08:00
parent ac623a9756
commit 94250e42a0
4 changed files with 269 additions and 87 deletions

View File

@@ -38,6 +38,7 @@ typedef enum {
ESP_PD_DOMAIN_RTC_PERIPH, //!< RTC IO, sensors and ULP co-processor
ESP_PD_DOMAIN_RTC_SLOW_MEM, //!< RTC slow memory
ESP_PD_DOMAIN_RTC_FAST_MEM, //!< RTC fast memory
ESP_PD_DOMAIN_XTAL, //!< XTAL oscillator
ESP_PD_DOMAIN_MAX //!< Number of domains
} esp_sleep_pd_domain_t;