Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32h2/private_include/
Dpmu_param.h166 uint32_t pd_cur : 1; member
189 uint32_t pd_cur : 1; member
335 .pd_cur = PMU_PD_CUR_SLEEP_DEFAULT, \
344 .pd_cur = PMU_PD_CUR_SLEEP_DEFAULT, \
358 .pd_cur = PMU_PD_CUR_SLEEP_ON, \
366 .pd_cur = PMU_PD_CUR_SLEEP_DEFAULT, \
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/private_include/
Dpmu_param.h174 uint32_t pd_cur : 1; member
197 uint32_t pd_cur : 1; member
344 .pd_cur = PMU_PD_CUR_SLEEP_DEFAULT, \
354 .pd_cur = PMU_PD_CUR_SLEEP_DEFAULT, \
368 .pd_cur = PMU_PD_CUR_SLEEP_DEFAULT, \
377 .pd_cur = PMU_PD_CUR_SLEEP_DEFAULT, \
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dpmu_param.c206 .pd_cur = 0, \
230 .pd_cur = 0, \
250 .pd_cur = 0, \
425 .pd_cur = 1, \
Dpmu_sleep.c225 analog_default.hp_sys.analog.pd_cur = PMU_PD_CUR_SLEEP_ON; in pmu_sleep_config_default()
230 analog_default.lp_sys[LP(SLEEP)].analog.pd_cur = PMU_PD_CUR_SLEEP_ON; in pmu_sleep_config_default()
268 …pmu_ll_hp_set_current_power_off (ctx->hal->dev, HP(SLEEP), analog->hp_sys.analog.pd_cur); in pmu_sleep_analog_init()
275 …ll_lp_set_current_power_off (ctx->hal->dev, LP(SLEEP), analog->lp_sys[LP(SLEEP)].analog.pd_cur); in pmu_sleep_analog_init()
Dpmu_init.c82 pmu_ll_hp_set_current_power_off (ctx->hal->dev, mode, anlg->bias.pd_cur); in pmu_hp_system_init()
119 pmu_ll_lp_set_current_power_off (ctx->hal->dev, PMU_MODE_LP_SLEEP, anlg->bias.pd_cur); in pmu_lp_system_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dpmu_param.c207 .pd_cur = 0, \
231 .pd_cur = 0, \
251 .pd_cur = 1, \
423 .pd_cur = 1, \
Dpmu_sleep.c163 analog_default.hp_sys.analog.pd_cur = PMU_PD_CUR_SLEEP_ON; in pmu_sleep_config_default()
166 analog_default.lp_sys[LP(SLEEP)].analog.pd_cur = PMU_PD_CUR_SLEEP_ON; in pmu_sleep_config_default()
200 …pmu_ll_hp_set_current_power_off (ctx->hal->dev, HP(SLEEP), analog->hp_sys.analog.pd_cur); in pmu_sleep_analog_init()
206 …ll_lp_set_current_power_off (ctx->hal->dev, LP(SLEEP), analog->lp_sys[LP(SLEEP)].analog.pd_cur); in pmu_sleep_analog_init()
Dpmu_init.c83 pmu_ll_hp_set_current_power_off (ctx->hal->dev, mode, anlg->bias.pd_cur); in pmu_hp_system_init()
119 pmu_ll_lp_set_current_power_off (ctx->hal->dev, PMU_MODE_LP_SLEEP, anlg->bias.pd_cur); in pmu_lp_system_init()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpmu_struct.h72 uint32_t pd_cur : 1; member
247 uint32_t pd_cur : 1; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpmu_struct.h70 uint32_t pd_cur : 1; member
249 uint32_t pd_cur : 1; member
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dpmu_ll.h114 hw->hp_sys[mode].bias.pd_cur = off; in pmu_ll_hp_set_current_power_off()
267 hw->lp_sys[mode].bias.pd_cur = off; in pmu_ll_lp_set_current_power_off()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dpmu_ll.h114 hw->hp_sys[mode].bias.pd_cur = off; in pmu_ll_hp_set_current_power_off()
305 hw->lp_sys[mode].bias.pd_cur = off; in pmu_ll_lp_set_current_power_off()