Searched refs:PMU_MODE_LP_SLEEP (Results 1 – 7 of 7) sorted by relevance
| /hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
| D | pmu_init.c | 113 pmu_ll_lp_set_xtal_xpd (ctx->hal->dev, PMU_MODE_LP_SLEEP, power->xtal.xpd_xtal); in pmu_lp_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()
|
| /hal_espressif-latest/components/hal/include/hal/ |
| D | pmu_types.h | 31 PMU_MODE_LP_SLEEP, /*!< PMU in LP_SLEEP mode */ enumerator
|
| /hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
| D | pmu_init.c | 114 pmu_ll_lp_set_xtal_xpd (ctx->hal->dev, PMU_MODE_LP_SLEEP, power->xtal.xpd_xtal); in pmu_lp_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()
|
| /hal_espressif-latest/components/esp_hw_support/port/esp32h2/private_include/ |
| D | pmu_param.h | 294 .lp_sys[PMU_MODE_LP_SLEEP] = { \ 341 .lp_sys[PMU_MODE_LP_SLEEP] = { \ 363 .lp_sys[PMU_MODE_LP_SLEEP] = { \
|
| /hal_espressif-latest/components/esp_hw_support/port/esp32c6/private_include/ |
| D | pmu_param.h | 305 .lp_sys[PMU_MODE_LP_SLEEP] = { \ 351 .lp_sys[PMU_MODE_LP_SLEEP] = { \ 374 .lp_sys[PMU_MODE_LP_SLEEP] = { \
|
| /hal_espressif-latest/components/hal/esp32c6/include/hal/ |
| D | pmu_ll.h | 270 HAL_ASSERT(mode == PMU_MODE_LP_SLEEP); in pmu_ll_lp_set_xtal_xpd() 292 HAL_ASSERT(mode == PMU_MODE_LP_SLEEP); in pmu_ll_lp_set_bias_xpd() 298 HAL_ASSERT(mode == PMU_MODE_LP_SLEEP); in pmu_ll_lp_set_dbg_atten() 304 HAL_ASSERT(mode == PMU_MODE_LP_SLEEP); in pmu_ll_lp_set_current_power_off() 310 HAL_ASSERT(mode == PMU_MODE_LP_SLEEP); in pmu_ll_lp_set_bias_sleep_enable()
|
| /hal_espressif-latest/components/hal/esp32h2/include/hal/ |
| D | pmu_ll.h | 239 HAL_ASSERT(mode == PMU_MODE_LP_SLEEP); in pmu_ll_lp_set_xtal_xpd() 260 HAL_ASSERT(mode == PMU_MODE_LP_SLEEP); in pmu_ll_lp_set_bias_xpd() 266 HAL_ASSERT(mode == PMU_MODE_LP_SLEEP); in pmu_ll_lp_set_current_power_off() 272 HAL_ASSERT(mode == PMU_MODE_LP_SLEEP); in pmu_ll_lp_set_bias_sleep_enable()
|