docs(pm):add gpio wakeup description when pd top

This commit is contained in:
Lou Tianhao
2023-11-27 15:01:57 +08:00
committed by BOT
parent 5d4a786354
commit 57787d1aae
2 changed files with 12 additions and 0 deletions

View File

@@ -178,6 +178,12 @@ RTC peripherals or RTC memories don't need to be powered on during sleep in this
Additionally, IOs that are powered by the VDD3P3_RTC power domain can be used to wake up the chip from Deep-sleep. The wakeup pin and wakeup trigger level can be configured by calling :cpp:func:`esp_deep_sleep_enable_gpio_wakeup`. The function will enable the Deep-sleep wakeup for the selected pin.
.. only:: esp32c6 or esp32h2
.. note::
In Light-sleep mode, setting Kconfig option :ref:`CONFIG_PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP` will invalidate GPIO wakeup.
UART Wakeup (Light-sleep Only)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^