Configuration for half-duplex UART. More...
Configuration for half-duplex UART.
Definition at line 52 of file uart_half_duplex.h.
#include <uart_half_duplex.h>
Data Fields | |
| uart_t | uart | 
| the half-duplex UART bus to use   | |
| uint32_t | baudrate | 
| the baudrate to use   | |
| uart_half_duplex_dir_t | dir | 
| the direction management method   | |
| uint32_t uart_half_duplex_params_t::baudrate | 
the baudrate to use
Definition at line 54 of file uart_half_duplex.h.
| uart_half_duplex_dir_t uart_half_duplex_params_t::dir | 
the direction management method
Definition at line 55 of file uart_half_duplex.h.
| uart_t uart_half_duplex_params_t::uart | 
the half-duplex UART bus to use
Definition at line 53 of file uart_half_duplex.h.