ChibiOS/HAL 9.0.0
MMCSDBlockDevice Struct Reference

MCC/SD block device class. More...

#include <hal_mmcsd.h>

Inheritance diagram for MMCSDBlockDevice:
Inheritance graph
Collaboration diagram for MMCSDBlockDevice:
Collaboration graph

Data Fields

const struct MMCSDBlockDeviceVMTvmt
 Virtual Methods Table.
Data Fields inherited from BaseBlockDevice
const struct BaseBlockDeviceVMTvmt
 Virtual Methods Table.
Data Fields inherited from BaseObject
const struct BaseObjectVMTvmt
 Virtual Methods Table.

Detailed Description

MCC/SD block device class.

This class represents a, block-accessible, MMC/SD device.

Definition at line 279 of file hal_mmcsd.h.

Field Documentation

◆ vmt

const struct MMCSDBlockDeviceVMT* MMCSDBlockDevice::vmt

Virtual Methods Table.

Definition at line 281 of file hal_mmcsd.h.