Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32h2/private_include/
Dpmu_param.h289 .xpd_xtal32k = ((pd_flags) & PMU_SLEEP_PD_XTAL32K) ? 0 : 1, \
300 .xpd_xtal32k = ((pd_flags) & PMU_SLEEP_PD_XTAL32K) ? 0 : 1, \
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/private_include/
Dpmu_param.h300 .xpd_xtal32k = ((pd_flags) & PMU_SLEEP_PD_XTAL32K) ? 0 : 1, \
311 .xpd_xtal32k = ((pd_flags) & PMU_SLEEP_PD_XTAL32K) ? 0 : 1, \
/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Desp_pmu.h144 #define PMU_SLEEP_PD_XTAL32K BIT(12) macro
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c2115 pd_flags |= PMU_SLEEP_PD_XTAL32K;