Searched refs:bias (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | pmu_init.c | 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() 117 pmu_ll_lp_set_bias_xpd (ctx->hal->dev, PMU_MODE_LP_SLEEP, anlg->bias.xpd_bias); in pmu_lp_system_init() 118 pmu_ll_lp_set_dbg_atten (ctx->hal->dev, PMU_MODE_LP_SLEEP, anlg->bias.dbg_atten); in pmu_lp_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() 120 pmu_ll_lp_set_bias_sleep_enable (ctx->hal->dev, PMU_MODE_LP_SLEEP, anlg->bias.bias_sleep); in pmu_lp_system_init()
|
D | pmu_param.c | 203 .bias = { \ 227 .bias = { \ 247 .bias = { \ 422 .bias = { \
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
D | pmu_init.c | 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() 118 pmu_ll_lp_set_bias_xpd (ctx->hal->dev, PMU_MODE_LP_SLEEP, anlg->bias.xpd_bias); in pmu_lp_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() 120 pmu_ll_lp_set_bias_sleep_enable (ctx->hal->dev, PMU_MODE_LP_SLEEP, anlg->bias.bias_sleep); in pmu_lp_system_init()
|
D | pmu_param.c | 204 .bias = { \ 228 .bias = { \ 248 .bias = { \ 421 .bias = { \
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | pmu_ll.h | 104 hw->hp_sys[mode].bias.xpd_bias = xpd_bias; in pmu_ll_hp_set_bias_xpd() 109 hw->hp_sys[mode].bias.dbg_atten = value; in pmu_ll_hp_set_dbg_atten() 114 hw->hp_sys[mode].bias.pd_cur = off; in pmu_ll_hp_set_current_power_off() 119 hw->hp_sys[mode].bias.bias_sleep = en; in pmu_ll_hp_set_bias_sleep_enable() 293 hw->lp_sys[mode].bias.xpd_bias = xpd_bias; in pmu_ll_lp_set_bias_xpd() 299 hw->lp_sys[mode].bias.dbg_atten = value; in pmu_ll_lp_set_dbg_atten() 305 hw->lp_sys[mode].bias.pd_cur = off; in pmu_ll_lp_set_current_power_off() 311 hw->lp_sys[mode].bias.bias_sleep = en; in pmu_ll_lp_set_bias_sleep_enable()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | pmu_ll.h | 99 hw->hp_sys[mode].bias.xpd_bias = xpd_bias; in pmu_ll_hp_set_bias_xpd() 104 hw->hp_sys[mode].bias.xpd_trx = xpd_trx; in pmu_ll_hp_set_trx_xpd() 114 hw->hp_sys[mode].bias.pd_cur = off; in pmu_ll_hp_set_current_power_off() 119 hw->hp_sys[mode].bias.bias_sleep = en; in pmu_ll_hp_set_bias_sleep_enable() 261 hw->lp_sys[mode].bias.xpd_bias = xpd_bias; in pmu_ll_lp_set_bias_xpd() 267 hw->lp_sys[mode].bias.pd_cur = off; in pmu_ll_lp_set_current_power_off() 273 hw->lp_sys[mode].bias.bias_sleep = en; in pmu_ll_lp_set_bias_sleep_enable()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/private_include/ |
D | pmu_param.h | 79 pmu_hp_bias_reg_t bias; member 102 pmu_lp_bias_reg_t bias; member
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/private_include/ |
D | pmu_param.h | 86 pmu_hp_bias_reg_t bias; member 111 pmu_lp_bias_reg_t bias; member
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | pmu_struct.h | 185 pmu_hp_bias_reg_t bias; member 259 pmu_lp_bias_reg_t bias; /* Only LP_SLEEP mode under lp system is valid */ member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | pmu_struct.h | 184 pmu_hp_bias_reg_t bias; member 261 pmu_lp_bias_reg_t bias; /* Only LP_SLEEP mode under lp system is valid */ member
|