Searched refs:xpd_xtal (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | pmu_param.c | 43 .xpd_xtal = 1 \ 65 .xpd_xtal = 1 \ 87 .xpd_xtal = 0 \ 395 .xpd_xtal = 0 \
|
D | pmu_sleep.c | 185 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()
|
D | pmu_init.c | 57 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/ |
D | pmu_param.c | 44 .xpd_xtal = 1 \ 66 .xpd_xtal = 1 \ 88 .xpd_xtal = 0 \ 394 .xpd_xtal = 0 \
|
D | pmu_sleep.c | 120 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()
|
D | pmu_init.c | 58 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/ |
D | pmu_param.h | 135 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/ |
D | pmu_param.h | 144 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/ |
D | pmu_ll.h | 97 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/ |
D | pmu_ll.h | 107 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/ |
D | pmu_struct.h | 173 uint32_t xpd_xtal : 1; member 217 uint32_t xpd_xtal : 1; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | pmu_struct.h | 172 uint32_t xpd_xtal : 1; member 216 uint32_t xpd_xtal : 1; member
|