half-duplex UART direction management method type More...
half-duplex UART direction management method type
Definition at line 42 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 | |