no-OS
|
Structure that stores data about the SD card configurations. More...
#include <sd.h>
Public Attributes | |
struct no_os_spi_desc * | spi_desc |
uint64_t | memory_size |
uint8_t | high_capacity |
uint8_t | buff [18] |
Structure that stores data about the SD card configurations.
uint8_t sd_desc::buff[18] |
Buffer used for the driver implementation
uint8_t sd_desc::high_capacity |
1 if SD card is HC or XC, 0 otherwise
uint64_t sd_desc::memory_size |
Memory size of the SD card in bytes
struct no_os_spi_desc* sd_desc::spi_desc |
Descriptor of an initialized SPI channel