Home
last modified time | relevance | path

Searched refs:PMU_SLEEP_PD_HP_AON (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Desp_pmu.h134 #define PMU_SLEEP_PD_HP_AON BIT(5) macro
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/private_include/
Dpmu_param.h278 .aon_pd_en = ((pd_flags) & PMU_SLEEP_PD_HP_AON) ? 1 : 0, \
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c1050 force_pd_flags |= PMU_SLEEP_PD_HP_AON;