| 
    ChibiOS/HAL 9.0.0
    
   | 
 
Type of a MMC/SD over SPI driver configuration structure. More...
#include <hal_mmc_spi.h>

Data Fields | |
| SPIDriver * | spip | 
| SPI driver associated to this MMC driver.   | |
| const SPIConfig * | lscfg | 
| SPI low speed configuration used during initialization.   | |
| const SPIConfig * | hscfg | 
| SPI high speed configuration used during transfers.   | |
Type of a MMC/SD over SPI driver configuration structure.
Definition at line 89 of file hal_mmc_spi.h.
| SPIDriver* mmc_spi_config_t::spip | 
SPI driver associated to this MMC driver.
Definition at line 93 of file hal_mmc_spi.h.
Referenced by mmc_connect(), mmc_disconnect(), mmc_read(), mmc_read_CxD(), mmc_recvr1(), mmc_recvr3(), mmc_send_command_R1(), mmc_send_command_R3(), mmc_send_hdr(), mmc_sync(), mmc_wait_idle(), mmc_write(), mmcConnect(), mmcDisconnect(), mmcSequentialRead(), mmcSequentialWrite(), mmcStartSequentialRead(), mmcStartSequentialWrite(), mmcStop(), mmcStopSequentialRead(), mmcStopSequentialWrite(), and mmcSync().
| const SPIConfig* mmc_spi_config_t::lscfg | 
SPI low speed configuration used during initialization.
Definition at line 97 of file hal_mmc_spi.h.
Referenced by mmcConnect().
| const SPIConfig* mmc_spi_config_t::hscfg | 
SPI high speed configuration used during transfers.
Definition at line 101 of file hal_mmc_spi.h.
Referenced by mmcConnect(), mmcDisconnect(), mmcStartSequentialRead(), mmcStartSequentialWrite(), and mmcSync().