Searched refs:pmu_ll_lp_set_current_power_off (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | pmu_init.c | 119 pmu_ll_lp_set_current_power_off (ctx->hal->dev, PMU_MODE_LP_SLEEP, anlg->bias.pd_cur); in pmu_lp_system_init()
|
D | pmu_sleep.c | 275 …pmu_ll_lp_set_current_power_off (ctx->hal->dev, LP(SLEEP), analog->lp_sys[LP(SLEEP)].analog.pd_… in pmu_sleep_analog_init()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
D | pmu_init.c | 119 pmu_ll_lp_set_current_power_off (ctx->hal->dev, PMU_MODE_LP_SLEEP, anlg->bias.pd_cur); in pmu_lp_system_init()
|
D | pmu_sleep.c | 206 …pmu_ll_lp_set_current_power_off (ctx->hal->dev, LP(SLEEP), analog->lp_sys[LP(SLEEP)].analog.pd_… in pmu_sleep_analog_init()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | pmu_ll.h | 264 FORCE_INLINE_ATTR void pmu_ll_lp_set_current_power_off(pmu_dev_t *hw, pmu_lp_mode_t mode, bool off) in pmu_ll_lp_set_current_power_off() function
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | pmu_ll.h | 302 FORCE_INLINE_ATTR void pmu_ll_lp_set_current_power_off(pmu_dev_t *hw, pmu_lp_mode_t mode, bool off) in pmu_ll_lp_set_current_power_off() function
|