Descriptor struct for half-duplex UART. More...
Descriptor struct for half-duplex UART.
Definition at line 61 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 | |