Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32h2/private_include/
Dpmu_param.h149 uint32_t xpd_rc32k : 1; member
290 .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.h158 uint32_t xpd_rc32k : 1; member
301 .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/port/esp32c6/
Dpmu_param.c377 .xpd_rc32k = 1, \
390 .xpd_rc32k = 0, \
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dpmu_param.c376 .xpd_rc32k = 1, \
389 .xpd_rc32k = 0, \
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpmu_struct.h235 uint32_t xpd_rc32k : 1; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpmu_struct.h237 uint32_t xpd_rc32k : 1; member