Lines Matching full:using

23using several sources. These sources can be combined, in this case the chip will wake up when any …
25 …n force specific powerdown modes for the RTC peripherals and RTC memories using :cpp:func:`esp_sle…
27 Once wakeup sources are configured, application can enter sleep mode using :cpp:func:`esp_light_sle…
34 …ng deep sleep or light sleep modes, applications must disable WiFi and BT using appropriate calls …
41 … entering deep sleep or light sleep modes, applications must disable WiFi using appropriate calls …
59 :cpp:func:`esp_sleep_enable_timer_wakeup` function can be used to enable deep sleep wakeup using a …
81 …resistors can also be used. They need to be configured by the application using :cpp:func:`rtc_gpi…
89 …d for wakeup will be configured as RTC IO. Before using this pad as digital GPIO, reconfigure it u…
94 …RTC controller contains logic to trigger wakeup using multiple RTC GPIOs. One of the two logic fun…
99 …omain to be kept on during sleep, and configure pullup/pulldown resistors using ``rtc_gpio_`` func…
105 …for wakeup will be configured as RTC IO. Before using these pads as digital GPIOs, reconfigure the…
129 …pin can be individually configured to trigger wakeup on high or low level using :cpp:func:`gpio_wa…
133 …pin can be individually configured to trigger wakeup on high or low level using :cpp:func:`gpio_wa…
149 …sitive edges on RX pin are seen. This number of positive edges can be set using :cpp:func:`uart_se…
165 …ory (for example, using ``RTC_DATA_ATTR`` attribute), RTC slow memory will be kept powered on by d…
169 …ast memory. It will be kept powered on by default. This can be overridden using :cpp:func:`esp_sle…
199 When entering light sleep mode using :cpp:func:`esp_light_sleep_start`, UART FIFOs will not be flus…
208 …For touch pad, it is possible to identify touch pad which has caused wakeup using :cpp:func:`esp_s…
212 …For ext1 wakeup sources, it is possible to identify pin which has caused wakeup using :cpp:func:`e…
218 Previously configured wakeup source can be disabled later using :cpp:func:`esp_sleep_disable_wakeup…