uart_half_duplex_t Struct Reference

Descriptor struct for half-duplex UART. More...

Detailed Description

Descriptor struct for half-duplex UART.

Definition at line 62 of file uart_half_duplex.h.

#include <uart_half_duplex.h>

Data Fields

uint8_t * buffer
 the buffer used for TX and RX
 
size_t size
 the number of available elements for TX/RX
 
size_t buffer_max_size
 the buffer size
 
uint32_t timeout_us
 the maximum duration (in microseconds) for waiting data
 
uart_half_duplex_params_t params
 the half-duplex UART configuration
 

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