Home
last modified time | relevance | path

Searched refs:xpd (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32h2/private_include/
Dpmu_param.h173 uint32_t xpd : 1; member
195 uint32_t xpd : 1; member
337 .xpd = PMU_HP_XPD_LIGHTSLEEP, \
348 .xpd = PMU_LP_XPD_SLEEP_DEFAULT, \
360 .xpd = PMU_HP_XPD_DEEPSLEEP \
370 .xpd = PMU_LP_XPD_SLEEP_DEFAULT, \
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/private_include/
Dpmu_param.h181 uint32_t xpd : 1; member
203 uint32_t xpd : 1; member
346 .xpd = PMU_HP_XPD_LIGHTSLEEP, \
358 .xpd = PMU_LP_XPD_SLEEP_DEFAULT, \
370 .xpd = PMU_HP_XPD_DEEPSLEEP, \
381 .xpd = PMU_LP_XPD_SLEEP_DEFAULT, \
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dpmu_param.c216 .xpd = 1, \
236 .xpd = 1, \
256 .xpd = 1, \
412 .xpd = 1, \
430 .xpd = 1, \
Dpmu_init.c86 pmu_ll_hp_set_regulator_xpd (ctx->hal->dev, mode, anlg->regulator0.xpd); in pmu_hp_system_init()
122 pmu_ll_lp_set_regulator_xpd (ctx->hal->dev, mode, anlg->regulator0.xpd); in pmu_lp_system_init()
Dpmu_sleep.c270 pmu_ll_hp_set_regulator_xpd (ctx->hal->dev, HP(SLEEP), analog->hp_sys.analog.xpd); in pmu_sleep_analog_init()
278 …mu_ll_lp_set_regulator_xpd (ctx->hal->dev, LP(SLEEP), analog->lp_sys[LP(SLEEP)].analog.xpd); in pmu_sleep_analog_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dpmu_param.c217 .xpd = 1, \
237 .xpd = 1, \
257 .xpd = 1, \
411 .xpd = 1, \
428 .xpd = 1, \
Dpmu_init.c87 pmu_ll_hp_set_regulator_xpd (ctx->hal->dev, mode, anlg->regulator0.xpd); in pmu_hp_system_init()
122 pmu_ll_lp_set_regulator_xpd (ctx->hal->dev, mode, anlg->regulator0.xpd); in pmu_lp_system_init()
Dpmu_sleep.c202 pmu_ll_hp_set_regulator_xpd (ctx->hal->dev, HP(SLEEP), analog->hp_sys.analog.xpd); in pmu_sleep_analog_init()
209 …mu_ll_lp_set_regulator_xpd (ctx->hal->dev, LP(SLEEP), analog->lp_sys[LP(SLEEP)].analog.xpd); in pmu_sleep_analog_init()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dpmu_ll.h187 FORCE_INLINE_ATTR void pmu_ll_hp_set_regulator_xpd(pmu_dev_t *hw, pmu_hp_mode_t mode, bool xpd) in pmu_ll_hp_set_regulator_xpd() argument
189 hw->hp_sys[mode].regulator0.xpd = xpd; in pmu_ll_hp_set_regulator_xpd()
217 FORCE_INLINE_ATTR void pmu_ll_lp_set_regulator_xpd(pmu_dev_t *hw, pmu_lp_mode_t mode, bool xpd) in pmu_ll_lp_set_regulator_xpd() argument
219 hw->lp_sys[mode].regulator0.xpd = xpd; in pmu_ll_lp_set_regulator_xpd()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dpmu_ll.h217 FORCE_INLINE_ATTR void pmu_ll_hp_set_regulator_xpd(pmu_dev_t *hw, pmu_hp_mode_t mode, bool xpd) in pmu_ll_hp_set_regulator_xpd() argument
219 hw->hp_sys[mode].regulator0.xpd = xpd; in pmu_ll_hp_set_regulator_xpd()
248 FORCE_INLINE_ATTR void pmu_ll_lp_set_regulator_xpd(pmu_dev_t *hw, pmu_lp_mode_t mode, bool xpd) in pmu_ll_lp_set_regulator_xpd() argument
250 hw->lp_sys[mode].regulator0.xpd = xpd; in pmu_ll_lp_set_regulator_xpd()
/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc_io_struct.h244 uint32_t xpd: 1; /*touch sensor power on.*/ member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpmu_struct.h154 uint32_t xpd : 1; member
199 uint32_t xpd : 1; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpmu_struct.h153 uint32_t xpd : 1; member
198 uint32_t xpd : 1; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Drtc_io_struct.h126 uint32_t xpd : 1; /*TOUCH_XPD*/ member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc_io_struct.h117 uint32_t xpd: 1; /*TOUCH_XPD*/ member