Home
last modified time | relevance | path

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

/bsp/wch/risc-v/Libraries/ch56x_drivers/
A Dch56x_uart.c31 struct serial_device struct
43 static struct serial_device serial_device_0 = argument
59 static struct serial_device serial_device_1 =
70 static struct serial_device serial_device_2 =
81 static struct serial_device serial_device_3 =
93 struct serial_device *serial_device = (struct serial_device *)serial; in uart_configure() local
163 struct serial_device *serial_device = (struct serial_device *)serial; in uart_control() local
194 struct serial_device *serial_device = (struct serial_device *)serial; in uart_putc() local
217 struct serial_device *serial_device = (struct serial_device *)serial; in uart_getc() local
235 struct serial_device *devices[4]; in rt_hw_uart_init()
[all …]
/bsp/hc32l196/drivers/
A Ddrv_usart.c64 RT_ASSERT(serial_device != RT_NULL); in _uart_init()
66 cfg = serial_device->parent.user_data; in _uart_init()
140 RT_ASSERT(serial_device != RT_NULL); in _uart_control()
141 cfg = serial_device->parent.user_data; in _uart_control()
162 RT_ASSERT(serial_device != RT_NULL); in _uart_putc()
163 cfg = serial_device->parent.user_data; in _uart_putc()
173 RT_ASSERT(serial_device != RT_NULL); in _uart_getc()
174 cfg = serial_device->parent.user_data; in _uart_getc()
205 RT_ASSERT(serial_device != RT_NULL); in rt_hw_uart_isr()
207 cfg = serial_device->parent.user_data; in rt_hw_uart_isr()
[all …]
A Ddrv_usart.h39 struct rt_serial_device serial_device; member
/bsp/synwit/libraries/SWM320_drivers/
A Ddrv_uart.c121 struct rt_serial_device serial_device; member
161 RT_ASSERT(serial_device != RT_NULL); in swm_uart_configure()
163 uart_cfg = serial_device->parent.user_data; in swm_uart_configure()
214 RT_ASSERT(serial_device != RT_NULL); in swm_uart_control()
215 uart_cfg = serial_device->parent.user_data; in swm_uart_control()
234 RT_ASSERT(serial_device != RT_NULL); in swm_uart_putc()
235 uart_cfg = serial_device->parent.user_data; in swm_uart_putc()
249 RT_ASSERT(serial_device != RT_NULL); in swm_uart_getc()
250 uart_cfg = serial_device->parent.user_data; in swm_uart_getc()
276 RT_ASSERT(serial_device != RT_NULL); in rt_hw_uart_isr()
[all …]
/bsp/synwit/libraries/SWM341_drivers/
A Ddrv_uart.c119 struct rt_serial_device serial_device; member
159 RT_ASSERT(serial_device != RT_NULL); in swm_uart_configure()
161 uart_cfg = serial_device->parent.user_data; in swm_uart_configure()
212 RT_ASSERT(serial_device != RT_NULL); in swm_uart_control()
213 uart_cfg = serial_device->parent.user_data; in swm_uart_control()
232 RT_ASSERT(serial_device != RT_NULL); in swm_uart_putc()
233 uart_cfg = serial_device->parent.user_data; in swm_uart_putc()
245 RT_ASSERT(serial_device != RT_NULL); in swm_uart_getc()
246 uart_cfg = serial_device->parent.user_data; in swm_uart_getc()
272 RT_ASSERT(serial_device != RT_NULL); in swm_uart_isr()
[all …]
/bsp/fujitsu/mb9x/mb9bf568r/drivers/
A Dserial.c27 struct serial_device* uart = (struct serial_device*) dev->user_data; in rt_serial_init()
78 struct serial_device* uart; in rt_serial_open()
81 uart = (struct serial_device*) dev->user_data; in rt_serial_open()
94 struct serial_device* uart; in rt_serial_close()
97 uart = (struct serial_device*) dev->user_data; in rt_serial_close()
113 struct serial_device* uart; in rt_serial_read()
117 uart = (struct serial_device*)dev->user_data; in rt_serial_read()
172 struct serial_device* uart; in rt_serial_write()
176 uart = (struct serial_device*)dev->user_data; in rt_serial_write()
275 struct serial_device* uart = (struct serial_device*) device->user_data; in rt_hw_fujitsu_serial_isr()
[all …]
A Dserial.h80 struct serial_device struct
/bsp/fujitsu/mb9x/mb9bf618s/drivers/
A Dserial.c27 struct serial_device* uart = (struct serial_device*) dev->user_data; in rt_serial_init()
78 struct serial_device* uart; in rt_serial_open()
81 uart = (struct serial_device*) dev->user_data; in rt_serial_open()
94 struct serial_device* uart; in rt_serial_close()
113 struct serial_device* uart; in rt_serial_read()
117 uart = (struct serial_device*)dev->user_data; in rt_serial_read()
172 struct serial_device* uart; in rt_serial_write()
275 struct serial_device* uart = (struct serial_device*) device->user_data; in rt_hw_fujitsu_serial_isr()
304 struct serial_device uart0 =
328 struct serial_device uart2 =
[all …]
A Dserial.h80 struct serial_device struct
/bsp/bf533/
A Dstartup.c20 extern struct serial_device uart0;
A Dboard.c31 struct serial_device uart0 =
/bsp/mini4020/drivers/
A Dboard.c27 struct serial_device uart0 =
/bsp/sep6200/drivers/
A Dboard.c29 struct serial_device uart0 =

Completed in 19 milliseconds