app_uart_evt_t Struct Reference

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
 

Detailed Description

UART event structure definition.

Definition at line 187 of file app_uart.h.

Member Data Documentation

◆ data

union { ... } app_uart_evt_t::data

Data of event.

◆ error_code

uint32_t app_uart_evt_t::error_code

UART Error code .

Definition at line 192 of file app_uart.h.

◆ size

uint16_t app_uart_evt_t::size

UART transmitted/received counter.

Definition at line 193 of file app_uart.h.

◆ type

app_uart_evt_type_t app_uart_evt_t::type

Type of event.

Definition at line 189 of file app_uart.h.


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