Searched refs:avr32uc3_uart_dev (Results 1 – 1 of 1) sorted by relevance
47 struct avr32uc3_uart_dev struct60 static struct avr32uc3_uart_dev uart_dev[] = argument166 struct avr32uc3_uart_dev *uart = RT_NULL; in avr32uc3_uart_configure()175 uart = rt_container_of(serial, struct avr32uc3_uart_dev, parent); in avr32uc3_uart_configure()214 struct avr32uc3_uart_dev *uart = RT_NULL; in avr32uc3_uart_control()216 uart = rt_container_of(serial, struct avr32uc3_uart_dev, parent); in avr32uc3_uart_control()235 struct avr32uc3_uart_dev *uart = RT_NULL; in avr32uc3_uart_putc()237 uart = rt_container_of(serial, struct avr32uc3_uart_dev, parent); in avr32uc3_uart_putc()245 struct avr32uc3_uart_dev *uart = RT_NULL; in avr32uc3_uart_getc()247 uart = rt_container_of(serial, struct avr32uc3_uart_dev, parent); in avr32uc3_uart_getc()
Completed in 4 milliseconds