ChibiOS 21.11.4
hal_buffered_siol_driver Struct Reference

Buffered SIO driver class. More...

#include <hal_buffered_sio.h>

Inheritance diagram for hal_buffered_siol_driver:
Inheritance graph
Collaboration diagram for hal_buffered_siol_driver:
Collaboration graph

Data Fields

const struct BufferedSIODriverVMTvmt
 Virtual Methods Table.
Data Fields inherited from hal_buffered_serial
const struct BufferedSerialVMTvmt
 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

Buffered SIO driver class.

Definition at line 75 of file hal_buffered_sio.h.

Field Documentation

◆ vmt

const struct BufferedSIODriverVMT* hal_buffered_siol_driver::vmt

Virtual Methods Table.

Definition at line 77 of file hal_buffered_sio.h.