Synergy Software Package User's Manual

#include <r_uart_api.h>

Data Fields

uint32_t write_bytes_max
 
uint32_t read_bytes_max
 

Detailed Description

UART driver specific information

Field Documentation

◆ read_bytes_max

uint32_t uart_info_t::read_bytes_max

Maximum bytes that are available to read at one time. Only applies if uart_cfg_t::p_transfer_rx is not NULL.

◆ write_bytes_max

uint32_t uart_info_t::write_bytes_max

Maximum bytes that can be written at this time. Only applies if uart_cfg_t::p_transfer_tx is not NULL.


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