half-duplex UART direction management method type More...
half-duplex UART direction management method type
Definition at line 41 of file uart_half_duplex.h.
#include <uart_half_duplex.h>
Data Fields | |
| void(* | init )(uart_t) | 
| function initializing direction management method   | |
| void(* | enable_tx )(uart_t) | 
| function enabling TX   | |
| void(* | disable_tx )(uart_t) | 
| function disabling TX   | |
| void(* uart_half_duplex_dir_t::disable_tx) (uart_t) | 
function disabling TX
Definition at line 44 of file uart_half_duplex.h.
| void(* uart_half_duplex_dir_t::enable_tx) (uart_t) | 
function enabling TX
Definition at line 43 of file uart_half_duplex.h.
| void(* uart_half_duplex_dir_t::init) (uart_t) | 
function initializing direction management method
Definition at line 42 of file uart_half_duplex.h.