Home
last modified time | relevance | path

Searched refs:top_pd_en (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dpmu_param.c33 .top_pd_en = 0 \
55 .top_pd_en = 0 \
77 .top_pd_en = 0 \
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dpmu_param.c34 .top_pd_en = 0 \
56 .top_pd_en = 0 \
78 .top_pd_en = 1 \
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/private_include/
Dpmu_param.h122 uint32_t top_pd_en : 1; member
268 .top_pd_en = ((pd_flags) & PMU_SLEEP_PD_TOP) ? 1 : 0, \
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/private_include/
Dpmu_param.h131 uint32_t top_pd_en : 1; member
279 .top_pd_en = ((pd_flags) & PMU_SLEEP_PD_TOP) ? 1 : 0, \
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpmu_struct.h27 uint32_t top_pd_en : 1; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpmu_struct.h24 uint32_t top_pd_en : 1; member