Home
last modified time | relevance | path

Searched refs:anlg (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dpmu_init.c50 const pmu_hp_system_analog_param_t *anlg = param->analog; in pmu_hp_system_init() local
80 pmu_ll_hp_set_bias_xpd (ctx->hal->dev, mode, anlg->bias.xpd_bias); in pmu_hp_system_init()
81 pmu_ll_hp_set_dbg_atten (ctx->hal->dev, mode, anlg->bias.dbg_atten); in pmu_hp_system_init()
82 pmu_ll_hp_set_current_power_off (ctx->hal->dev, mode, anlg->bias.pd_cur); in pmu_hp_system_init()
83 pmu_ll_hp_set_bias_sleep_enable (ctx->hal->dev, mode, anlg->bias.bias_sleep); in pmu_hp_system_init()
84 pmu_ll_hp_set_regulator_sleep_memory_xpd (ctx->hal->dev, mode, anlg->regulator0.slp_mem_xpd); in pmu_hp_system_init()
85 pmu_ll_hp_set_regulator_sleep_logic_xpd (ctx->hal->dev, mode, anlg->regulator0.slp_logic_xpd); in pmu_hp_system_init()
86 pmu_ll_hp_set_regulator_xpd (ctx->hal->dev, mode, anlg->regulator0.xpd); in pmu_hp_system_init()
87 pmu_ll_hp_set_regulator_sleep_memory_dbias(ctx->hal->dev, mode, anlg->regulator0.slp_mem_dbias); in pmu_hp_system_init()
88 … pmu_ll_hp_set_regulator_sleep_logic_dbias (ctx->hal->dev, mode, anlg->regulator0.slp_logic_dbias); in pmu_hp_system_init()
[all …]
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dpmu_init.c51 const pmu_hp_system_analog_param_t *anlg = param->analog; in pmu_hp_system_init() local
81 pmu_ll_hp_set_bias_xpd (ctx->hal->dev, mode, anlg->bias.xpd_bias); in pmu_hp_system_init()
82 pmu_ll_hp_set_trx_xpd (ctx->hal->dev, mode, anlg->bias.xpd_trx); in pmu_hp_system_init()
83 pmu_ll_hp_set_current_power_off (ctx->hal->dev, mode, anlg->bias.pd_cur); in pmu_hp_system_init()
84 pmu_ll_hp_set_bias_sleep_enable (ctx->hal->dev, mode, anlg->bias.bias_sleep); in pmu_hp_system_init()
85 pmu_ll_hp_set_regulator_sleep_memory_xpd (ctx->hal->dev, mode, anlg->regulator0.slp_mem_xpd); in pmu_hp_system_init()
86 pmu_ll_hp_set_regulator_sleep_logic_xpd (ctx->hal->dev, mode, anlg->regulator0.slp_logic_xpd); in pmu_hp_system_init()
87 pmu_ll_hp_set_regulator_xpd (ctx->hal->dev, mode, anlg->regulator0.xpd); in pmu_hp_system_init()
88 pmu_ll_hp_set_regulator_sleep_memory_dbias(ctx->hal->dev, mode, anlg->regulator0.slp_mem_dbias); in pmu_hp_system_init()
89 … pmu_ll_hp_set_regulator_sleep_logic_dbias (ctx->hal->dev, mode, anlg->regulator0.slp_logic_dbias); in pmu_hp_system_init()
[all …]