UART event structure definition. More...
#include <app_uart.h>
Data Fields | |
| app_uart_evt_type_t | type |
| union { | |
| uint32_t error_code | |
| uint16_t size | |
| } | data |
UART event structure definition.
| union { ... } app_uart_evt_t::data |
UART event data.
| uint32_t app_uart_evt_t::error_code |
UART Error code .
| uint16_t app_uart_evt_t::size |
UART transmitted/received counter.
| app_uart_evt_type_t app_uart_evt_t::type |
Type of event.