|
ChibiOS
0.0.0
|
Full duplex serial driver class. More...
#include <hal_serial.h>


Data Fields | |
| const struct SerialDriverVMT * | vmt |
| Virtual Methods Table. More... | |
Data Fields inherited from BaseAsynchronousChannel | |
| const struct BaseAsynchronousChannelVMT * | vmt |
| Virtual Methods Table. More... | |
Data Fields inherited from BaseChannel | |
| const struct BaseChannelVMT * | vmt |
| Virtual Methods Table. More... | |
Data Fields inherited from BaseSequentialStream | |
| const struct BaseSequentialStreamVMT * | vmt |
| Virtual Methods Table. More... | |
Data Fields inherited from BaseObject | |
| const struct BaseObjectVMT * | vmt |
| Virtual Methods Table. More... | |
Full duplex serial driver class.
This class extends BaseAsynchronousChannel by adding physical I/O queues.
Definition at line 123 of file hal_serial.h.
| const struct SerialDriverVMT* SerialDriver::vmt |