HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
Loading...
Searching...
No Matches
hf_uart_wakeup_config_t Struct Reference

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.
 

Detailed Description

ESP32 UART wakeup configuration.

Constructor & Destructor Documentation

◆ hf_uart_wakeup_config_t()

hf_uart_wakeup_config_t::hf_uart_wakeup_config_t ( )
inlinenoexcept

Member Data Documentation

◆ enable_wakeup

bool hf_uart_wakeup_config_t::enable_wakeup

Enable UART wakeup from light sleep.

◆ use_ref_tick

bool hf_uart_wakeup_config_t::use_ref_tick

Use REF_TICK as clock source during sleep.

◆ wakeup_threshold

uint8_t hf_uart_wakeup_config_t::wakeup_threshold

Number of RX edges to trigger wakeup (3-1023)


The documentation for this struct was generated from the following file: