Lines Matching refs:can
13 …are clocked from APB_CLK are powered off. The only parts of the chip which can still be powered on…
23 …can be done using several sources. These sources can be combined, in this case the chip will wake …
25 Additionally, the application can force specific powerdown modes for the RTC peripherals and RTC me…
27 Once wakeup sources are configured, application can enter sleep mode using :cpp:func:`esp_light_sle…
51 RTC controller has a built in timer which can be used to wake up the chip after a predefined amount…
59 :cpp:func:`esp_sleep_enable_timer_wakeup` function can be used to enable deep sleep wakeup using a …
72 :cpp:func:`esp_sleep_enable_touchpad_wakeup` function can be used to enable this wakeup source.
81 …Because RTC IO module is enabled in this mode, internal pullup or pulldown resistors can also be u…
87 :cpp:func:`esp_sleep_enable_ext0_wakeup` function can be used to enable this wakeup source.
94 …to trigger wakeup using multiple RTC GPIOs. One of the two logic functions can be used to trigger …
99 …plemented by the RTC controller. As such, RTC peripherals and RTC memories can be powered down in …
107 :cpp:func:`esp_sleep_enable_ext1_wakeup` function can be used to enable this wakeup source.
114 …ULP coprocessor can run while the chip is in sleep mode, and may be used to poll sensors, monitor …
120 :cpp:func:`esp_sleep_enable_ulp_wakeup` function can be used to enable this wakeup source.
129 …can be individually configured to trigger wakeup on high or low level using :cpp:func:`gpio_wakeup…
133 …ch pin can be individually configured to trigger wakeup on high or low level using :cpp:func:`gpio…
135 :cpp:func:`esp_sleep_enable_gpio_wakeup` function can be used to enable this wakeup source.
141 …light sleep, the power domain should be configured to remain powered ON. This can be done with :cp…
149 …number of positive edges on RX pin are seen. This number of positive edges can be set using :cpp:f…
151 :cpp:func:`esp_sleep_enable_uart_wakeup` function can be used to enable this wakeup source.
161 …ys be kept enabled in deep sleep, so that the deep sleep stub can run after reset. This can be ove…
165 …TTR`` attribute), RTC slow memory will be kept powered on by default. This can be overridden using…
169 …of them go to RTC fast memory. It will be kept powered on by default. This can be overridden using…
174 :cpp:func:`esp_light_sleep_start` function can be used to enter light sleep once wakeup sources are…
179 :cpp:func:`esp_deep_sleep_start` function can be used to enter deep sleep once wakeup sources are c…
204 :cpp:func:`esp_sleep_get_wakeup_cause` function can be used to check which wakeup source has trigge…
218 …can be disabled later using :cpp:func:`esp_sleep_disable_wakeup_source` API. This function deactiv…