Synergy Software Package User's Manual

#include <r_uart_api.h>

Data Fields

uint32_t channel
 Device channel number.
 
uart_event_t event
 Event code.
 
uint32_t data
 
void const * p_context
 Context provided to user during callback.
 

Detailed Description

UART Callback parameter definition

Field Documentation

◆ data

uint32_t uart_callback_args_t::data

Contains the next character received for the events UART_EVENT_RX_CHAR, UART_EVENT_ERR_PARITY, UART_EVENT_ERR_FRAMING, or UART_EVENT_ERR_OVERFLOW. Otherwise unused.


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