ChibiOS/HAL 9.0.0
hal_buffered_serial Struct Reference

Buffered serial channel class. More...

#include <hal_buffered_serial.h>

Inheritance diagram for hal_buffered_serial:
Inheritance graph
Collaboration diagram for hal_buffered_serial:
Collaboration graph

Data Fields

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 serial channel class.

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

Definition at line 92 of file hal_buffered_serial.h.

Field Documentation

◆ vmt

const struct BufferedSerialVMT* hal_buffered_serial::vmt

Virtual Methods Table.

Definition at line 94 of file hal_buffered_serial.h.

Referenced by __buffered_serial_objinit_impl().