Home
last modified time | relevance | path

Searched refs:PMU_HP_ICG_MODEM_CODE_SLEEP (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/
Dmodem_clock.c167 if (mode > PMU_HP_ICG_MODEM_CODE_ACTIVE || mode < PMU_HP_ICG_MODEM_CODE_SLEEP) { in modem_clock_domain_clk_gate_enable()
183 if (mode > PMU_HP_ICG_MODEM_CODE_ACTIVE || mode < PMU_HP_ICG_MODEM_CODE_SLEEP) { in modem_clock_domain_clk_gate_disable()
298 #define ICG_NOGATING_SLEEP (BIT(PMU_HP_ICG_MODEM_CODE_SLEEP))
399 … modem_clock_domain_clk_gate_disable(MODEM_CLOCK_DOMAIN_WIFIPWR, PMU_HP_ICG_MODEM_CODE_SLEEP); in modem_clock_select_lp_clock_source()
461 … modem_clock_domain_clk_gate_enable(MODEM_CLOCK_DOMAIN_WIFIPWR, PMU_HP_ICG_MODEM_CODE_SLEEP); in modem_clock_deselect_lp_clock_source()
/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Desp_pmu.h180 PMU_HP_ICG_MODEM_CODE_SLEEP = 0, enumerator
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dpmu_param.c136 .code = PMU_HP_ICG_MODEM_CODE_SLEEP \