Home
last modified time | relevance | path

Searched refs:lp_sys (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dpmu_sleep.c180 …param->lp_sys.min_slp_slow_clk_cycle = rtc_time_us_to_slowclk(mc->lp.min_slp_time_us, slo… in pmu_sleep_param_config_default()
181 …param->lp_sys.analog_wait_target_cycle = rtc_time_us_to_slowclk(mc->lp.analog_wait_time_us,… in pmu_sleep_param_config_default()
182 …param->lp_sys.digital_power_supply_wait_cycle = rtc_time_us_to_fastclk(mc->lp.power_supply_wait_ti… in pmu_sleep_param_config_default()
183 …param->lp_sys.digital_power_up_wait_cycle = rtc_time_us_to_fastclk(mc->lp.power_up_wait_time_u… in pmu_sleep_param_config_default()
210 …config->param.lp_sys.analog_wait_target_cycle = rtc_time_us_to_slowclk(PMU_LP_ANALOG_WAIT_TARGET_… in pmu_sleep_config_default()
212 analog_default.lp_sys[LP(SLEEP)].analog.dbg_atten = get_dslp_dbg(); in pmu_sleep_config_default()
213 analog_default.lp_sys[LP(SLEEP)].analog.dbias = get_dslp_lp_dbias(); in pmu_sleep_config_default()
222 analog_default.lp_sys[LP(SLEEP)].analog.dbias = PMU_LP_DBIAS_LIGHTSLEEP_0V7_DEFAULT; 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()
231 analog_default.lp_sys[LP(SLEEP)].analog.bias_sleep = PMU_BIASSLP_SLEEP_ON; in pmu_sleep_config_default()
[all …]
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dpmu_sleep.c115 …param->lp_sys.min_slp_slow_clk_cycle = rtc_time_us_to_slowclk(mc->lp.min_slp_time_us, slo… in pmu_sleep_param_config_default()
116 …param->lp_sys.analog_wait_target_cycle = rtc_time_us_to_slowclk(mc->lp.analog_wait_time_us,… in pmu_sleep_param_config_default()
117 …param->lp_sys.digital_power_supply_wait_cycle = rtc_time_us_to_fastclk(mc->lp.power_supply_wait_ti… in pmu_sleep_param_config_default()
118 …param->lp_sys.digital_power_up_wait_cycle = rtc_time_us_to_fastclk(mc->lp.power_up_wait_time_u… in pmu_sleep_param_config_default()
151 analog_default.lp_sys[LP(SLEEP)].analog.dbias = get_slp_lp_dbias(); in pmu_sleep_config_default()
159 analog_default.lp_sys[LP(SLEEP)].analog.dbias = get_slp_lp_dbias(); 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()
167 analog_default.lp_sys[LP(SLEEP)].analog.bias_sleep = PMU_BIASSLP_SLEEP_ON; in pmu_sleep_config_default()
168 analog_default.lp_sys[LP(SLEEP)].analog.dbias = get_act_lp_dbias(); in pmu_sleep_config_default()
171 analog_default.lp_sys[LP(SLEEP)].analog.dbias = get_act_lp_dbias(); in pmu_sleep_config_default()
[all …]
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/private_include/
Dpmu_param.h259 } lp_sys[PMU_MODE_LP_MAX]; member
283 .lp_sys[PMU_MODE_LP_ACTIVE] = { \
294 .lp_sys[PMU_MODE_LP_SLEEP] = { \
327 } lp_sys[PMU_MODE_LP_MAX]; member
341 .lp_sys[PMU_MODE_LP_SLEEP] = { \
363 .lp_sys[PMU_MODE_LP_SLEEP] = { \
378 pmu_lp_param_t lp_sys; member
390 .lp_sys = { \
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/private_include/
Dpmu_param.h269 } lp_sys[PMU_MODE_LP_MAX]; member
294 .lp_sys[PMU_MODE_LP_ACTIVE] = { \
305 .lp_sys[PMU_MODE_LP_SLEEP] = { \
337 } lp_sys[PMU_MODE_LP_MAX]; member
351 .lp_sys[PMU_MODE_LP_SLEEP] = { \
374 .lp_sys[PMU_MODE_LP_SLEEP] = { \
390 pmu_lp_param_t lp_sys; member
403 .lp_sys = { \
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dpmu_ll.h214 hw->lp_sys[mode].regulator0.slp_xpd = slp_xpd; in pmu_ll_lp_set_regulator_slp_xpd()
219 hw->lp_sys[mode].regulator0.xpd = xpd; in pmu_ll_lp_set_regulator_xpd()
224 hw->lp_sys[mode].regulator0.slp_dbias = slp_dbias; in pmu_ll_lp_set_regulator_sleep_dbias()
229 hw->lp_sys[mode].regulator0.dbias = dbias; in pmu_ll_lp_set_regulator_dbias()
234 hw->lp_sys[mode].regulator1.drv_b = drv_b; in pmu_ll_lp_set_regulator_driver_bar()
240 hw->lp_sys[mode].xtal.xpd_xtal = slp_xpd; in pmu_ll_lp_set_xtal_xpd()
245 hw->lp_sys[mode].dig_power.val = flag; in pmu_ll_lp_set_dig_power()
250 hw->lp_sys[mode].clk_power.val = xpd_flag; in pmu_ll_lp_set_clk_power()
255 return hw->lp_sys[mode].clk_power.val; in pmu_ll_lp_get_clk_power()
261 hw->lp_sys[mode].bias.xpd_bias = xpd_bias; in pmu_ll_lp_set_bias_xpd()
[all …]
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dpmu_ll.h245 hw->lp_sys[mode].regulator0.slp_xpd = slp_xpd; in pmu_ll_lp_set_regulator_slp_xpd()
250 hw->lp_sys[mode].regulator0.xpd = xpd; in pmu_ll_lp_set_regulator_xpd()
255 hw->lp_sys[mode].regulator0.slp_dbias = slp_dbias; in pmu_ll_lp_set_regulator_sleep_dbias()
260 hw->lp_sys[mode].regulator0.dbias = dbias; in pmu_ll_lp_set_regulator_dbias()
265 hw->lp_sys[mode].regulator1.drv_b = drv_b; in pmu_ll_lp_set_regulator_driver_bar()
271 hw->lp_sys[mode].xtal.xpd_xtal = xpd_xtal; in pmu_ll_lp_set_xtal_xpd()
277 hw->lp_sys[mode].dig_power.val = flag; in pmu_ll_lp_set_dig_power()
282 hw->lp_sys[mode].clk_power.val = xpd_flag; in pmu_ll_lp_set_clk_power()
287 return hw->lp_sys[mode].clk_power.val; in pmu_ll_lp_get_clk_power()
293 hw->lp_sys[mode].bias.xpd_bias = xpd_bias; in pmu_ll_lp_set_bias_xpd()
[all …]
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpmu_struct.h655 volatile pmu_lp_hw_regmap_t lp_sys[2]; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpmu_struct.h671 volatile pmu_lp_hw_regmap_t lp_sys[2]; member