Searched refs:crlf (Results 1 – 1 of 1) sorted by relevance
221 void uart_set_translate_crlf(uart_inst_t *uart, bool crlf) { in uart_set_translate_crlf() argument223 uart_char_to_line_feed[uart_get_index(uart)] = crlf ? '\n' : 0x100; in uart_set_translate_crlf()