Searched refs:tx_pin (Results 1 – 2 of 2) sorted by relevance
| /external/platform/pico/rp2_common/pico_stdio_uart/ |
| A D | stdio_uart.c | 27 int tx_pin = -1; in stdio_uart_init() local 30 tx_pin = PICO_DEFAULT_UART_TX_PIN; in stdio_uart_init() 47 stdio_uart_init_full(uart_default, PICO_DEFAULT_UART_BAUD_RATE, tx_pin, rx_pin); in stdio_uart_init() 76 void stdio_uart_init_full(struct uart_inst *uart, uint baud_rate, int tx_pin, int rx_pin) { in stdio_uart_init_full() argument 78 if (tx_pin >= 0) gpio_set_function((uint)tx_pin, GPIO_FUNC_UART); in stdio_uart_init_full()
|
| /external/platform/pico/rp2_common/pico_stdio_uart/include/pico/ |
| A D | stdio_uart.h | 69 void stdio_uart_init_full(uart_inst_t *uart, uint baud_rate, int tx_pin, int rx_pin);
|
Completed in 3 milliseconds