Home
last modified time | relevance | path

Searched refs:ESP_PM_NO_LIGHT_SLEEP (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.4.0/docs/zh_CN/api-reference/system/
Dpower_management.rst69 * - ``ESP_PM_NO_LIGHT_SLEEP``
111 - I2S(如果 APLL 锁在使用中,I2S 则会启用 ``ESP_PM_NO_LIGHT_SLEEP`` 锁)
122 …:`esp_bt_controller_disable` 期间。如果启用了蓝牙调制解调器,广播关闭时将释放此管理锁。但依然占用 ``ESP_PM_NO_LIGHT_SLEEP`` 锁,除非将 :r…
123 …pp:func:`esp_bt_controller_disable` 期间。如果启用了蓝牙调制解调器,广播关闭时将释放此管理锁。但依然占用 ``ESP_PM_NO_LIGHT_SLEEP`` 锁。
/hal_espressif-3.4.0/components/esp_pm/include/
Desp_pm.h54 ESP_PM_NO_LIGHT_SLEEP, enumerator
/hal_espressif-3.4.0/docs/en/api-reference/system/
Dpower_management.rst69 * - ``ESP_PM_NO_LIGHT_SLEEP``
111 - I2S (If the APLL clock is used, then it will use the ``ESP_PM_NO_LIGHT_SLEEP`` lock)
122 …sed for the periods of time when radio is disabled. However the ``ESP_PM_NO_LIGHT_SLEEP`` lock wil…
123 …sed for the periods of time when radio is disabled. However the ``ESP_PM_NO_LIGHT_SLEEP`` lock wil…
/hal_espressif-3.4.0/components/driver/esp32s2/
Ddac.c70 err = esp_pm_lock_create(ESP_PM_NO_LIGHT_SLEEP, 0, "dac_dma", &s_dac_digi_lock); in dac_digi_controller_config()
/hal_espressif-3.4.0/components/driver/
Dadc_deprecated.c566 err = esp_pm_lock_create(ESP_PM_NO_LIGHT_SLEEP, 0, "adc_dma", &adc_digi_arbiter_lock); in adc_digi_controller_config()
Di2s.c1894 pm_lock = ESP_PM_NO_LIGHT_SLEEP; in i2s_driver_install()
/hal_espressif-3.4.0/components/esp_pm/
Dpm_impl.c208 } else if (type == ESP_PM_NO_LIGHT_SLEEP) { in esp_pm_impl_get_mode()
/hal_espressif-3.4.0/components/mbedtls/port/aes/dma/
Desp_aes.c190 if (esp_pm_lock_create(ESP_PM_NO_LIGHT_SLEEP, 0, "aes_sleep", &s_pm_sleep_lock) != ESP_OK) { in esp_aes_isr_initialise()
/hal_espressif-3.4.0/components/bt/controller/esp32c3/
Dbt.c1100 …if ((err = esp_pm_lock_create(ESP_PM_NO_LIGHT_SLEEP, 0, "btLS", &s_light_sleep_pm_lock)) != ESP_OK… in esp_bt_controller_init()
/hal_espressif-3.4.0/components/bt/controller/esp32s3/
Dbt.c1067 …if ((err = esp_pm_lock_create(ESP_PM_NO_LIGHT_SLEEP, 0, "btLS", &s_light_sleep_pm_lock)) != ESP_OK… in esp_bt_controller_init()
/hal_espressif-3.4.0/components/bt/controller/esp32/
Dbt.c1690 …if ((err = esp_pm_lock_create(ESP_PM_NO_LIGHT_SLEEP, 0, "btLS", &s_light_sleep_pm_lock)) != ESP_OK… in esp_bt_controller_init()