SPI card configuration.  
 More...
#include <SdSpiArduinoDriver.h>
◆ SdSpiConfig() [1/4]
  
  | 
        
          | SdSpiConfig::SdSpiConfig | ( | uint8_t | cs, |  
          |  |  | uint8_t | opt, |  
          |  |  | uint32_t | maxSpeed, |  
          |  |  | SpiPort_t * | port |  
          |  | ) |  |  |  | inline | 
 
SdSpiConfig constructor.
- Parameters
- 
  
    | [in] | cs | Chip select pin. |  | [in] | opt | Options. |  | [in] | maxSpeed | Maximum SCK frequency. |  | [in] | port | The SPI port to use. |  
 
 
 
◆ SdSpiConfig() [2/4]
  
  | 
        
          | SdSpiConfig::SdSpiConfig | ( | uint8_t | cs, |  
          |  |  | uint8_t | opt, |  
          |  |  | uint32_t | maxSpeed |  
          |  | ) |  |  |  | inline | 
 
SdSpiConfig constructor.
- Parameters
- 
  
    | [in] | cs | Chip select pin. |  | [in] | opt | Options. |  | [in] | maxSpeed | Maximum SCK frequency. |  
 
 
 
◆ SdSpiConfig() [3/4]
  
  | 
        
          | SdSpiConfig::SdSpiConfig | ( | uint8_t | cs, |  
          |  |  | uint8_t | opt |  
          |  | ) |  |  |  | inline | 
 
SdSpiConfig constructor.
- Parameters
- 
  
    | [in] | cs | Chip select pin. |  | [in] | opt | Options. |  
 
 
 
◆ SdSpiConfig() [4/4]
  
  | 
        
          | SdSpiConfig::SdSpiConfig | ( | uint8_t | cs | ) |  |  | inlineexplicit | 
 
 
◆ csPin
      
        
          | const uint8_t SdSpiConfig::csPin | 
      
 
 
◆ maxSck
      
        
          | const uint32_t SdSpiConfig::maxSck | 
      
 
 
◆ options
      
        
          | const uint8_t SdSpiConfig::options | 
      
 
 
◆ spiPort
The documentation for this class was generated from the following file: