docs: update translation for jtag-debugging/index.rst and power_management.rst
This commit is contained in:
@@ -56,15 +56,18 @@ Power management locks have acquire/release counters. If the lock has been acqui
|
||||
|
||||
{IDF_TARGET_NAME} supports three types of locks described in the table below.
|
||||
|
||||
============================ ======================================================
|
||||
Lock Description
|
||||
============================ ======================================================
|
||||
``ESP_PM_CPU_FREQ_MAX`` Requests CPU frequency to be at the maximum value set with :cpp:func:`esp_pm_configure`. For {IDF_TARGET_NAME}, this value can be set to 80 MHz, 160 MHz, or 240 MHz.
|
||||
.. list-table::
|
||||
:header-rows: 1
|
||||
:widths: 25 60
|
||||
|
||||
``ESP_PM_APB_FREQ_MAX`` Requests the APB frequency to be at the maximum supported value. For {IDF_TARGET_NAME}, this is 80 MHz.
|
||||
|
||||
``ESP_PM_NO_LIGHT_SLEEP`` Disables automatic switching to light sleep.
|
||||
============================ ======================================================
|
||||
* - Lock
|
||||
- Description
|
||||
* - ``ESP_PM_CPU_FREQ_MAX``
|
||||
- Requests CPU frequency to be at the maximum value set with :cpp:func:`esp_pm_configure`. For {IDF_TARGET_NAME}, this value can be set to 80 MHz, 160 MHz, or 240 MHz.
|
||||
* - ``ESP_PM_APB_FREQ_MAX``
|
||||
- Requests the APB frequency to be at the maximum supported value. For {IDF_TARGET_NAME}, this is 80 MHz.
|
||||
* - ``ESP_PM_NO_LIGHT_SLEEP``
|
||||
- Disables automatic switching to light sleep.
|
||||
|
||||
{IDF_TARGET_NAME} Power Management Algorithm
|
||||
---------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user