![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
Full duplex serial driver class. More...
#include <serial.h>
Inherits BaseAsynchronousChannel.

Data Fields | |
| struct SerialDriverVMT * | vmt |
| Virtual Methods Table. | |
Full duplex serial driver class.
This class extends BaseAsynchronousChannel by adding physical I/O queues.
Definition at line 133 of file serial.h.
| struct SerialDriverVMT* _SerialDriver::vmt |
Virtual Methods Table.
Reimplemented from BaseAsynchronousChannel.
Definition at line 135 of file serial.h.
Referenced by sdObjectInit().
1.6.3