![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
Base asynchronous channel class. More...
#include <chioch.h>
Inherits BaseChannel.
Inherited by _SerialDriver.

Data Fields | |
| struct BaseAsynchronousChannelVMT * | vmt |
| Virtual Methods Table. | |
Base asynchronous channel class.
This class extends BaseChannel by adding event sources fields for asynchronous I/O for use in an event-driven environment.
Definition at line 250 of file chioch.h.
1.7.1