| 
    ChibiOS/HAL
    6.1.0
    
   | 
 
MMC/SD over SPI driver configuration structure. More...
#include <hal_mmc_spi.h>

Data Fields | |
| SPIDriver * | spip | 
| SPI driver associated to this MMC driver.  More... | |
| const SPIConfig * | lscfg | 
| SPI low speed configuration used during initialization.  More... | |
| const SPIConfig * | hscfg | 
| SPI high speed configuration used during transfers.  More... | |
MMC/SD over SPI driver configuration structure.
Definition at line 75 of file hal_mmc_spi.h.
| SPIDriver* MMCConfig::spip | 
SPI driver associated to this MMC driver.
Definition at line 79 of file hal_mmc_spi.h.
Referenced by mmcConnect(), mmcDisconnect(), mmcErase(), mmcSequentialRead(), mmcSequentialWrite(), mmcStartSequentialRead(), mmcStartSequentialWrite(), mmcStop(), mmcStopSequentialRead(), mmcStopSequentialWrite(), mmcSync(), read_CxD(), recvr1(), recvr3(), send_command_R1(), send_command_R3(), send_hdr(), sync(), and wait().
| const SPIConfig* MMCConfig::lscfg | 
SPI low speed configuration used during initialization.
Definition at line 83 of file hal_mmc_spi.h.
Referenced by mmcConnect().
| const SPIConfig* MMCConfig::hscfg | 
SPI high speed configuration used during transfers.
Definition at line 87 of file hal_mmc_spi.h.
Referenced by mmcConnect(), mmcDisconnect(), mmcStartSequentialRead(), mmcStartSequentialWrite(), and mmcSync().