pub unsafe extern "C" fn uart_set_translate_crlf(
uart: *mut uart_inst_t,
translate: bool,
)Expand description
\brief Set CR/LF conversion on UART \ingroup hardware_uart
\param uart UART instance. \ref uart0 or \ref uart1 \param translate If true, convert line feeds to carriage return on transmissions