Home
last modified time | relevance | path

Searched refs:uart_char_to_line_feed (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-3.4.0/src/rp2_common/hardware_uart/
Duart.c23 short uart_char_to_line_feed[NUM_UARTS]; variable
104 uart_char_to_line_feed[uart_get_index(uart)] = crlf ? '\n' : 0x100; in uart_set_translate_crlf()
/hal_rpi_pico-3.4.0/src/rp2_common/hardware_uart/include/hardware/
Duart.h348 extern short uart_char_to_line_feed[NUM_UARTS]; in uart_putc()
349 if (uart_char_to_line_feed[uart_get_index(uart)] == c) in uart_putc()