Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_uart/
Duart.c28 short uart_char_to_line_feed[NUM_UARTS]; variable
223 uart_char_to_line_feed[uart_get_index(uart)] = crlf ? '\n' : 0x100; in uart_set_translate_crlf()
/hal_rpi_pico-latest/src/rp2_common/hardware_uart/include/hardware/
Duart.h509 extern short uart_char_to_line_feed[NUM_UARTS]; in uart_putc()
510 if (uart_char_to_line_feed[uart_get_index(uart)] == c) in uart_putc()