|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
ESP32 UART wakeup configuration. More...
#include <EspTypes_UART.h>
Public Member Functions | |
| hf_uart_wakeup_config_t () noexcept | |
Public Attributes | |
| bool | enable_wakeup |
| Enable UART wakeup from light sleep. | |
| uint8_t | wakeup_threshold |
| Number of RX edges to trigger wakeup (3-1023) | |
| bool | use_ref_tick |
| Use REF_TICK as clock source during sleep. | |
ESP32 UART wakeup configuration.
|
inlinenoexcept |
| bool hf_uart_wakeup_config_t::enable_wakeup |
Enable UART wakeup from light sleep.
| bool hf_uart_wakeup_config_t::use_ref_tick |
Use REF_TICK as clock source during sleep.
| uint8_t hf_uart_wakeup_config_t::wakeup_threshold |
Number of RX edges to trigger wakeup (3-1023)