RT-Thread 学习笔记(六)——串口

串口设备结构体:java struct rt_serial_device { struct rt_device parent; const struct rt_uart_ops *ops; struct serial_configure config; void *serial_rx; void *serial_tx; }; RTT设备结构体: struct r
相关文章
相关标签/搜索