Home
last modified time | relevance | path

Searched refs:slp_logic_xpd (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dpmu_param.c215 .slp_logic_xpd = 0, \
235 .slp_logic_xpd = 0, \
255 .slp_logic_xpd = 0, \
Dpmu_init.c85 pmu_ll_hp_set_regulator_sleep_logic_xpd (ctx->hal->dev, mode, anlg->regulator0.slp_logic_xpd); in pmu_hp_system_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dpmu_param.c216 .slp_logic_xpd = 0, \
236 .slp_logic_xpd = 0, \
256 .slp_logic_xpd = 0, \
Dpmu_init.c86 pmu_ll_hp_set_regulator_sleep_logic_xpd (ctx->hal->dev, mode, anlg->regulator0.slp_logic_xpd); in pmu_hp_system_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/private_include/
Dpmu_param.h172 uint32_t slp_logic_xpd : 1; member
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/private_include/
Dpmu_param.h180 uint32_t slp_logic_xpd : 1; member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpmu_struct.h153 uint32_t slp_logic_xpd : 1; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpmu_struct.h152 uint32_t slp_logic_xpd : 1; member
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dpmu_ll.h179 hw->hp_sys[mode].regulator0.slp_logic_xpd = slp_xpd; in pmu_ll_hp_set_regulator_sleep_logic_xpd()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dpmu_ll.h209 hw->hp_sys[mode].regulator0.slp_logic_xpd = slp_xpd; in pmu_ll_hp_set_regulator_sleep_logic_xpd()