|
ChibiOS 21.11.4
|
Base block device class. More...
#include <hal_ioblock.h>


Data Fields | |
| const struct BaseBlockDeviceVMT * | vmt |
| Virtual Methods Table. | |
| Data Fields inherited from BaseObject | |
| const struct BaseObjectVMT * | vmt |
| Virtual Methods Table. | |
Base block device class.
This class represents a generic, block-accessible, device.
Definition at line 105 of file hal_ioblock.h.
| const struct BaseBlockDeviceVMT* BaseBlockDevice::vmt |
Virtual Methods Table.
Definition at line 107 of file hal_ioblock.h.