UART event structure definition. More...
#include <app_uart.h>
Public Attributes | |
app_uart_evt_type_t | type |
union { | |
uint32_t error_code | |
uint16_t size | |
} | data |
UART event structure definition.
Definition at line 187 of file app_uart.h.
union { ... } app_uart_evt_t::data |
Data of event.
uint32_t app_uart_evt_t::error_code |
UART Error code .
Definition at line 192 of file app_uart.h.
uint16_t app_uart_evt_t::size |
UART transmitted/received counter.
Definition at line 193 of file app_uart.h.
app_uart_evt_type_t app_uart_evt_t::type |
Type of event.
Definition at line 189 of file app_uart.h.