ESP-IDF
uart_event_type_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
uart_event_type_t
uart_event_type_t enum
Syntax
Show:
Summary
Declaration
from
uart.h:69
enum
{
UART_DATA
,
UART_BREAK
,
UART_BUFFER_FULL
,
UART_FIFO_OVF
,
UART_FRAME_ERR
,
UART_PARITY_ERR
,
UART_DATA_BREAK
,
UART_PATTERN_DET
,
#if
SOC_UART_SUPPORT_WAKEUP_INT
UART_WAKEUP
,
#endif
UART_EVENT_MAX
,
}
;
Values
Value
Declared as
Description
uart_event_type_t::UART_DATA
UART data event.
uart_event_type_t::UART_BREAK
UART break event.
uart_event_type_t::UART_BUFFER_FULL
UART RX buffer full event.
uart_event_type_t::UART_FIFO_OVF
UART FIFO overflow event.
uart_event_type_t::UART_FRAME_ERR
UART RX frame error event.
uart_event_type_t::UART_PARITY_ERR
UART RX parity event.
uart_event_type_t::UART_DATA_BREAK
UART TX data and break event.
uart_event_type_t::UART_PATTERN_DET
UART pattern detected.
uart_event_type_t::UART_EVENT_MAX
UART event max index.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out