Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_stdio_uart/
Dstdio_uart.c39 int tx_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()
103 int tx_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()