Home
last modified time | relevance | path

Searched refs:RTC_SLEEP_PD_CPU (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Drtc.h671 .cpu_pd_en = ((sleep_flags) & RTC_SLEEP_PD_CPU) ? 1 : 0, \
698 #define RTC_SLEEP_PD_CPU BIT(8) //!< Power down CPU when in lightsleep, but not res… macro
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Drtc.h678 .cpu_pd_en = ((sleep_flags) & RTC_SLEEP_PD_CPU) ? 1 : 0, \
705 #define RTC_SLEEP_PD_CPU BIT(8) //!< Power down CPU when in lightsleep, but not res… macro
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Drtc.h687 .cpu_pd_en = ((sleep_flags) & RTC_SLEEP_PD_CPU) ? 1 : 0, \
714 #define RTC_SLEEP_PD_CPU BIT(8) //!< Power down CPU when in lightsleep, but not res… macro
/hal_espressif-3.4.0/zephyr/esp_shared/components/esp_hw_support/
Dsleep_modes.c1302 pd_flags |= RTC_SLEEP_PD_CPU; in get_power_down_flags()
/hal_espressif-3.4.0/components/esp_hw_support/
Dsleep_modes.c1265 pd_flags |= RTC_SLEEP_PD_CPU; in get_power_down_flags()