Home
last modified time | relevance | path

Searched refs:slp_xpd (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dpmu_ll.h177 …_ATTR void pmu_ll_hp_set_regulator_sleep_logic_xpd(pmu_dev_t *hw, pmu_hp_mode_t mode, bool slp_xpd) in pmu_ll_hp_set_regulator_sleep_logic_xpd() argument
179 hw->hp_sys[mode].regulator0.slp_logic_xpd = slp_xpd; in pmu_ll_hp_set_regulator_sleep_logic_xpd()
182 …ATTR void pmu_ll_hp_set_regulator_sleep_memory_xpd(pmu_dev_t *hw, pmu_hp_mode_t mode, bool slp_xpd) in pmu_ll_hp_set_regulator_sleep_memory_xpd() argument
184 hw->hp_sys[mode].regulator0.slp_mem_xpd = slp_xpd; in pmu_ll_hp_set_regulator_sleep_memory_xpd()
212 …E_INLINE_ATTR void pmu_ll_lp_set_regulator_slp_xpd(pmu_dev_t *hw, pmu_lp_mode_t mode, bool slp_xpd) in pmu_ll_lp_set_regulator_slp_xpd() argument
214 hw->lp_sys[mode].regulator0.slp_xpd = slp_xpd; in pmu_ll_lp_set_regulator_slp_xpd()
237 FORCE_INLINE_ATTR void pmu_ll_lp_set_xtal_xpd(pmu_dev_t *hw, pmu_lp_mode_t mode, bool slp_xpd) in pmu_ll_lp_set_xtal_xpd() argument
240 hw->lp_sys[mode].xtal.xpd_xtal = slp_xpd; in pmu_ll_lp_set_xtal_xpd()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dpmu_ll.h207 …_ATTR void pmu_ll_hp_set_regulator_sleep_logic_xpd(pmu_dev_t *hw, pmu_hp_mode_t mode, bool slp_xpd) in pmu_ll_hp_set_regulator_sleep_logic_xpd() argument
209 hw->hp_sys[mode].regulator0.slp_logic_xpd = slp_xpd; in pmu_ll_hp_set_regulator_sleep_logic_xpd()
212 …ATTR void pmu_ll_hp_set_regulator_sleep_memory_xpd(pmu_dev_t *hw, pmu_hp_mode_t mode, bool slp_xpd) in pmu_ll_hp_set_regulator_sleep_memory_xpd() argument
214 hw->hp_sys[mode].regulator0.slp_mem_xpd = slp_xpd; in pmu_ll_hp_set_regulator_sleep_memory_xpd()
243 …E_INLINE_ATTR void pmu_ll_lp_set_regulator_slp_xpd(pmu_dev_t *hw, pmu_lp_mode_t mode, bool slp_xpd) in pmu_ll_lp_set_regulator_slp_xpd() argument
245 hw->lp_sys[mode].regulator0.slp_xpd = slp_xpd; in pmu_ll_lp_set_regulator_slp_xpd()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/private_include/
Dpmu_param.h194 uint32_t slp_xpd : 1; member
346 .slp_xpd = PMU_LP_SLP_XPD_SLEEP_DEFAULT, \
368 .slp_xpd = PMU_LP_SLP_XPD_SLEEP_DEFAULT, \
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/private_include/
Dpmu_param.h202 uint32_t slp_xpd : 1; member
356 .slp_xpd = PMU_LP_SLP_XPD_SLEEP_DEFAULT, \
379 .slp_xpd = PMU_LP_SLP_XPD_SLEEP_DEFAULT, \
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dpmu_param.c411 .slp_xpd = 0, \
429 .slp_xpd = 0, \
Dpmu_init.c121 pmu_ll_lp_set_regulator_slp_xpd (ctx->hal->dev, mode, anlg->regulator0.slp_xpd); in pmu_lp_system_init()
Dpmu_sleep.c277 …l_lp_set_regulator_slp_xpd (ctx->hal->dev, LP(SLEEP), analog->lp_sys[LP(SLEEP)].analog.slp_xpd); in pmu_sleep_analog_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dpmu_param.c410 .slp_xpd = 0, \
427 .slp_xpd = 0, \
Dpmu_init.c121 pmu_ll_lp_set_regulator_slp_xpd (ctx->hal->dev, mode, anlg->regulator0.slp_xpd); in pmu_lp_system_init()
Dpmu_sleep.c208 …l_lp_set_regulator_slp_xpd (ctx->hal->dev, LP(SLEEP), analog->lp_sys[LP(SLEEP)].analog.slp_xpd); in pmu_sleep_analog_init()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpmu_struct.h198 uint32_t slp_xpd : 1; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpmu_struct.h197 uint32_t slp_xpd : 1; member