![]() |
Synergy Software Package User's Manual
|
#include <r_uart_api.h>
Data Fields | |
| uint32_t | write_bytes_max |
| uint32_t | read_bytes_max |
UART driver specific information
| 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.
| 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.