|
ChibiOS/RT
2.5.1 |
Full duplex serial driver class.
This class extends BaseAsynchronousChannel by adding physical I/O queues.
#include <serial.h>


Data Fields | |
| struct SerialDriverVMT * | vmt |
| Virtual Methods Table. | |
| struct SerialDriverVMT* SerialDriver::vmt |
Virtual Methods Table.
Reimplemented from BaseAsynchronousChannel.
Definition at line 130 of file serial.h.
Referenced by sdObjectInit().