Searched refs:slp_xpd (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | pmu_ll.h | 177 …_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/ |
D | pmu_ll.h | 207 …_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/ |
D | pmu_param.h | 194 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/ |
D | pmu_param.h | 202 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/ |
D | pmu_param.c | 411 .slp_xpd = 0, \ 429 .slp_xpd = 0, \
|
D | pmu_init.c | 121 pmu_ll_lp_set_regulator_slp_xpd (ctx->hal->dev, mode, anlg->regulator0.slp_xpd); in pmu_lp_system_init()
|
D | pmu_sleep.c | 277 …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/ |
D | pmu_param.c | 410 .slp_xpd = 0, \ 427 .slp_xpd = 0, \
|
D | pmu_init.c | 121 pmu_ll_lp_set_regulator_slp_xpd (ctx->hal->dev, mode, anlg->regulator0.slp_xpd); in pmu_lp_system_init()
|
D | pmu_sleep.c | 208 …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/ |
D | pmu_struct.h | 198 uint32_t slp_xpd : 1; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | pmu_struct.h | 197 uint32_t slp_xpd : 1; member
|