ChibiOS/HAL  6.1.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. More...
 
- Data Fields inherited from BaseBlockDevice
const struct BaseBlockDeviceVMTvmt
 Virtual Methods Table. More...
 
- Data Fields inherited from BaseObject
const struct BaseObjectVMTvmt
 Virtual Methods Table. More...
 

Detailed Description

MCC/SD block device class.

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

Definition at line 282 of file hal_mmcsd.h.

Field Documentation

const struct MMCSDBlockDeviceVMT* MMCSDBlockDevice::vmt

Virtual Methods Table.

Definition at line 284 of file hal_mmcsd.h.