Home
last modified time | relevance | path

Searched refs:rt_uart_mipssim (Results 1 – 1 of 1) sorted by relevance

/bsp/mipssim/drivers/
A Ddrv_uart.c25 struct rt_uart_mipssim struct
33 struct rt_uart_mipssim *uart_dev = RT_NULL; in mipssim_uart_configure() argument
38 uart_dev = (struct rt_uart_mipssim *)serial->parent.user_data; in mipssim_uart_configure()
53 struct rt_uart_mipssim *uart_dev = RT_NULL; in mipssim_uart_control()
56 uart_dev = (struct rt_uart_mipssim *)serial->parent.user_data; in mipssim_uart_control()
93 struct rt_uart_mipssim *uart_dev = RT_NULL; in mipssim_uart_putc()
97 uart_dev = (struct rt_uart_mipssim *)serial->parent.user_data; in mipssim_uart_putc()
109 struct rt_uart_mipssim *uart_dev = RT_NULL; in mipssim_uart_getc()
127 struct rt_uart_mipssim *uart_dev = RT_NULL; in uart_irq_handler()
152 struct rt_uart_mipssim uart_dev0 =
[all …]

Completed in 5 milliseconds