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
相關文章
相關標籤/搜索