Home
last modified time | relevance | path

Searched refs:xpd_xtal (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dpmu_param.c43 .xpd_xtal = 1 \
65 .xpd_xtal = 1 \
87 .xpd_xtal = 0 \
395 .xpd_xtal = 0 \
Dpmu_sleep.c185 if (power->hp_sys.xtal.xpd_xtal) { in pmu_sleep_param_config_default()
249 pmu_ll_hp_set_xtal_xpd (ctx->hal->dev, HP(SLEEP), power->hp_sys.xtal.xpd_xtal); in pmu_sleep_power_init()
256 pmu_ll_lp_set_xtal_xpd (ctx->hal->dev, LP(SLEEP), power->lp_sys[LP(SLEEP)].xtal.xpd_xtal); in pmu_sleep_power_init()
Dpmu_init.c57 pmu_ll_hp_set_xtal_xpd (ctx->hal->dev, mode, power->xtal.xpd_xtal); in pmu_hp_system_init()
113 pmu_ll_lp_set_xtal_xpd (ctx->hal->dev, PMU_MODE_LP_SLEEP, power->xtal.xpd_xtal); in pmu_lp_system_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dpmu_param.c44 .xpd_xtal = 1 \
66 .xpd_xtal = 1 \
88 .xpd_xtal = 0 \
394 .xpd_xtal = 0 \
Dpmu_sleep.c120 if (power->hp_sys.xtal.xpd_xtal) { in pmu_sleep_param_config_default()
182 pmu_ll_hp_set_xtal_xpd (ctx->hal->dev, HP(SLEEP), power->hp_sys.xtal.xpd_xtal); in pmu_sleep_power_init()
189 pmu_ll_lp_set_xtal_xpd (ctx->hal->dev, LP(SLEEP), power->lp_sys[LP(SLEEP)].xtal.xpd_xtal); in pmu_sleep_power_init()
Dpmu_init.c58 pmu_ll_hp_set_xtal_xpd (ctx->hal->dev, mode, power->xtal.xpd_xtal); in pmu_hp_system_init()
114 pmu_ll_lp_set_xtal_xpd (ctx->hal->dev, PMU_MODE_LP_SLEEP, power->xtal.xpd_xtal); in pmu_lp_system_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/private_include/
Dpmu_param.h135 uint32_t xpd_xtal : 1; member
155 uint32_t xpd_xtal : 1; member
280 .xpd_xtal = ((pd_flags) & PMU_SLEEP_PD_XTAL) ? 0 : 1, \
305 .xpd_xtal = ((pd_flags) & PMU_SLEEP_PD_XTAL) ? 0 : 1, \
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/private_include/
Dpmu_param.h144 uint32_t xpd_xtal : 1; member
164 uint32_t xpd_xtal : 1; member
291 .xpd_xtal = ((pd_flags) & PMU_SLEEP_PD_XTAL) ? 0 : 1, \
316 .xpd_xtal = ((pd_flags) & PMU_SLEEP_PD_XTAL) ? 0 : 1, \
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dpmu_ll.h97 FORCE_INLINE_ATTR void pmu_ll_hp_set_xtal_xpd(pmu_dev_t *hw, pmu_hp_mode_t mode, bool xpd_xtal) in pmu_ll_hp_set_xtal_xpd() argument
99 hw->hp_sys[mode].xtal.xpd_xtal = xpd_xtal; in pmu_ll_hp_set_xtal_xpd()
268 FORCE_INLINE_ATTR void pmu_ll_lp_set_xtal_xpd(pmu_dev_t *hw, pmu_lp_mode_t mode, bool xpd_xtal) in pmu_ll_lp_set_xtal_xpd() argument
271 hw->lp_sys[mode].xtal.xpd_xtal = xpd_xtal; in pmu_ll_lp_set_xtal_xpd()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dpmu_ll.h107 FORCE_INLINE_ATTR void pmu_ll_hp_set_xtal_xpd(pmu_dev_t *hw, pmu_hp_mode_t mode, bool xpd_xtal) in pmu_ll_hp_set_xtal_xpd() argument
109 hw->hp_sys[mode].xtal.xpd_xtal = xpd_xtal; in pmu_ll_hp_set_xtal_xpd()
240 hw->lp_sys[mode].xtal.xpd_xtal = slp_xpd; in pmu_ll_lp_set_xtal_xpd()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpmu_struct.h173 uint32_t xpd_xtal : 1; member
217 uint32_t xpd_xtal : 1; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpmu_struct.h172 uint32_t xpd_xtal : 1; member
216 uint32_t xpd_xtal : 1; member