ChibiOS/HAL
6.1.0
|
Structure representing a MMC/SD over SPI driver. More...
#include <hal_mmc_spi.h>
Data Fields | |
const struct MMCDriverVMT * | vmt |
Virtual Methods Table. More... | |
_mmcsd_block_device_data const MMCConfig * | config |
Current configuration data. More... | |
Data Fields inherited from MMCSDBlockDevice | |
const struct MMCSDBlockDeviceVMT * | vmt |
Virtual Methods Table. More... | |
Data Fields inherited from BaseBlockDevice | |
const struct BaseBlockDeviceVMT * | vmt |
Virtual Methods Table. More... | |
Data Fields inherited from BaseObject | |
const struct BaseObjectVMT * | vmt |
Virtual Methods Table. More... | |
Structure representing a MMC/SD over SPI driver.
Definition at line 110 of file hal_mmc_spi.h.
const struct MMCDriverVMT* MMCDriver::vmt |
_mmcsd_block_device_data const MMCConfig* MMCDriver::config |
Current configuration data.
Definition at line 119 of file hal_mmc_spi.h.
Referenced by mmcConnect(), mmcDisconnect(), mmcErase(), mmcObjectInit(), mmcSequentialRead(), mmcSequentialWrite(), mmcStart(), mmcStartSequentialRead(), mmcStartSequentialWrite(), mmcStop(), mmcStopSequentialRead(), mmcStopSequentialWrite(), mmcSync(), read_CxD(), recvr1(), recvr3(), send_command_R1(), send_command_R3(), send_hdr(), sync(), and wait().