ChibiOS/HAL
6.1.0
|
Base block device class. More...
#include <hal_ioblock.h>
Data Fields | |
const struct BaseBlockDeviceVMT * | vmt |
Virtual Methods Table. More... | |
Data Fields inherited from BaseObject | |
const struct BaseObjectVMT * | vmt |
Virtual Methods Table. More... | |
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.