ChibiOS/RT
2.6.0
BaseAsynchronousChannel Struct Reference

Detailed Description

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 258 of file io_channel.h.

#include <io_channel.h>

Inheritance diagram for BaseAsynchronousChannel:
Collaboration diagram for BaseAsynchronousChannel:

Data Fields

struct BaseAsynchronousChannelVMTvmt
 Virtual Methods Table.

Field Documentation

Virtual Methods Table.

Reimplemented from BaseChannel.

Reimplemented in SerialDriver, and SerialUSBDriver.

Definition at line 260 of file io_channel.h.