Searched refs:pico_uart_dev (Results 1 – 1 of 1) sorted by relevance
32 struct pico_uart_dev struct42 static struct pico_uart_dev uart_dev[] = argument106 struct pico_uart_dev *uart = RT_NULL; in pico_uart_configure()109 uart = rt_container_of(serial, struct pico_uart_dev, parent); in pico_uart_configure()140 struct pico_uart_dev *uart = RT_NULL; in pico_uart_control()142 uart = rt_container_of(serial, struct pico_uart_dev, parent); in pico_uart_control()163 struct pico_uart_dev *uart = RT_NULL; in pico_uart_putc()165 uart = rt_container_of(serial, struct pico_uart_dev, parent); in pico_uart_putc()173 struct pico_uart_dev *uart = RT_NULL; in pico_uart_getc()175 uart = rt_container_of(serial, struct pico_uart_dev, parent); in pico_uart_getc()
Completed in 3 milliseconds