ChibiOS/HAL  6.1.0
BaseBlockDevice Struct Reference

Base block device class. More...

#include <hal_ioblock.h>

Inheritance diagram for BaseBlockDevice:
Inheritance graph
Collaboration diagram for BaseBlockDevice:
Collaboration graph

Data Fields

const struct BaseBlockDeviceVMTvmt
 Virtual Methods Table. More...
 
- Data Fields inherited from BaseObject
const struct BaseObjectVMTvmt
 Virtual Methods Table. More...
 

Detailed Description

Base block device class.

This class represents a generic, block-accessible, device.

Definition at line 105 of file hal_ioblock.h.

Field Documentation

const struct BaseBlockDeviceVMT* BaseBlockDevice::vmt

Virtual Methods Table.

Definition at line 107 of file hal_ioblock.h.