Searched refs:pd_cur (Results 1 – 12 of 12) sorted by relevance
| /hal_espressif-latest/components/esp_hw_support/port/esp32h2/private_include/ |
| D | pmu_param.h | 166 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/ |
| D | pmu_param.h | 174 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/ |
| D | pmu_param.c | 206 .pd_cur = 0, \ 230 .pd_cur = 0, \ 250 .pd_cur = 0, \ 425 .pd_cur = 1, \
|
| D | pmu_sleep.c | 225 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()
|
| D | pmu_init.c | 82 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/ |
| D | pmu_param.c | 207 .pd_cur = 0, \ 231 .pd_cur = 0, \ 251 .pd_cur = 1, \ 423 .pd_cur = 1, \
|
| D | pmu_sleep.c | 163 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()
|
| D | pmu_init.c | 83 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/ |
| D | pmu_struct.h | 72 uint32_t pd_cur : 1; member 247 uint32_t pd_cur : 1; member
|
| /hal_espressif-latest/components/soc/esp32h2/include/soc/ |
| D | pmu_struct.h | 70 uint32_t pd_cur : 1; member 249 uint32_t pd_cur : 1; member
|
| /hal_espressif-latest/components/hal/esp32h2/include/hal/ |
| D | pmu_ll.h | 114 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/ |
| D | pmu_ll.h | 114 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()
|