Home
last modified time | relevance | path

Searched defs:rx_pin (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_stdio_uart/
Dstdio_uart.c40 int rx_pin = -1; in stdio_uart_init() local
93 void stdio_uart_init_full(struct uart_inst *uart, uint baud_rate, int tx_pin, int rx_pin) { in stdio_uart_init_full()
104 int rx_pin = -1; in stdio_uart_deinit() local
127 void stdio_uart_deinit_full(struct uart_inst *uart, int tx_pin, int rx_pin) { in stdio_uart_deinit_full()