ChibiOS 21.11.4
SerialUSBDriver Struct Reference

Full duplex serial driver class. More...

#include <hal_serial_usb.h>

Inheritance diagram for SerialUSBDriver:
Inheritance graph
Collaboration diagram for SerialUSBDriver:
Collaboration graph

Data Fields

const struct SerialUSBDriverVMTvmt
 Virtual Methods Table.
Data Fields inherited from BaseAsynchronousChannel
const struct BaseAsynchronousChannelVMTvmt
 Virtual Methods Table.
Data Fields inherited from BaseChannel
const struct BaseChannelVMTvmt
 Virtual Methods Table.
Data Fields inherited from BaseSequentialStream
const struct BaseSequentialStreamVMTvmt
 Virtual Methods Table.
Data Fields inherited from BaseObject
const struct BaseObjectVMTvmt
 Virtual Methods Table.

Detailed Description

Full duplex serial driver class.

This class extends BaseAsynchronousChannel by adding physical I/O queues.

Definition at line 159 of file hal_serial_usb.h.

Field Documentation

◆ vmt

const struct SerialUSBDriverVMT* SerialUSBDriver::vmt

Virtual Methods Table.

Definition at line 161 of file hal_serial_usb.h.

Referenced by sduObjectInit().