ChibiOS/HAL  6.1.0
MMCDriver Struct Reference

Structure representing a MMC/SD over SPI driver. More...

#include <hal_mmc_spi.h>

Inheritance diagram for MMCDriver:
Inheritance graph
Collaboration diagram for MMCDriver:
Collaboration graph

Data Fields

const struct MMCDriverVMTvmt
 Virtual Methods Table. More...
 
_mmcsd_block_device_data const MMCConfigconfig
 Current configuration data. More...
 
- Data Fields inherited from MMCSDBlockDevice
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

Structure representing a MMC/SD over SPI driver.

Definition at line 110 of file hal_mmc_spi.h.

Field Documentation

const struct MMCDriverVMT* MMCDriver::vmt

Virtual Methods Table.

Definition at line 114 of file hal_mmc_spi.h.

Referenced by mmcObjectInit().