Home
last modified time | relevance | path

Searched refs:PMU_SLEEP_PD_RC32K (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32h2/private_include/
Dpmu_param.h290 .xpd_rc32k = ((pd_flags) & PMU_SLEEP_PD_RC32K) ? 0 : 1, \
301 .xpd_rc32k = ((pd_flags) & PMU_SLEEP_PD_RC32K) ? 0 : 1, \
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/private_include/
Dpmu_param.h301 .xpd_rc32k = ((pd_flags) & PMU_SLEEP_PD_RC32K) ? 0 : 1, \
312 .xpd_rc32k = ((pd_flags) & PMU_SLEEP_PD_RC32K) ? 0 : 1, \
/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Desp_pmu.h145 #define PMU_SLEEP_PD_RC32K BIT(13) macro
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c2120 pd_flags |= PMU_SLEEP_PD_RC32K;