riot_sys

Function uart_disable_tx

Source
pub unsafe extern "C" fn uart_disable_tx(uart: uart_t)
Expand description

@brief Disable the TX line one the given UART

@note requires the periph_uart_tx_ondemand feature

@param[in] uart the UART device to stop TX on