ChibiOS/HAL 9.0.0
hal_serial_driver Struct Reference

Full duplex serial driver class. More...

#include <hal_serial.h>

Inheritance diagram for hal_serial_driver:
Inheritance graph
Collaboration diagram for hal_serial_driver:
Collaboration graph

Data Fields

const struct SerialDriverVMTvmt
 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 123 of file hal_serial.h.

Field Documentation

◆ vmt

const struct SerialDriverVMT* hal_serial_driver::vmt

Virtual Methods Table.

Definition at line 125 of file hal_serial.h.

Referenced by sdObjectInit().