Last updated 1 year ago
struct rt_serial_device { struct rt_device parent; const struct rt_uart_ops *ops; struct serial_configure config; void *serial_rx; void *serial_tx; struct rt_device_notify rx_notify; };