Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Desp_pmu.h27 #define RTC_SLEEP_PD_VDDSDIO PMU_SLEEP_PD_VDDSDIO //!< Power down VDDSDIO regulator
128 #define PMU_SLEEP_PD_VDDSDIO BIT(1) macro
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/private_include/
Dpmu_param.h265 .vdd_spi_pd_en = ((pd_flags) & PMU_SLEEP_PD_VDDSDIO) ? 1 : 0, \
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/private_include/
Dpmu_param.h275 .vdd_spi_pd_en = ((pd_flags) & PMU_SLEEP_PD_VDDSDIO) ? 1 : 0, \
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c918 if(!(pd_flags & PMU_SLEEP_PD_VDDSDIO)) {
942 if(!(pd_flags & PMU_SLEEP_PD_VDDSDIO)) {
1047 …uint32_t force_pd_flags = PMU_SLEEP_PD_TOP | PMU_SLEEP_PD_VDDSDIO | PMU_SLEEP_PD_MODEM | PMU_SLEEP…