MAV'RIC
|
Define the SD SPI structure. More...
#include <sd_spi.h>
Public Attributes | |
bool | init_done |
Define the init status. | |
uint8_t | csd [16] |
stores the Card Specific Data | |
uint8_t | card_type |
stores SD_CARD or MMC_CARD type card | |
uint64_t | capacity |
stores the capacity in bytes | |
uint16_t | capacity_mult |
Define the multi capacity. | |
uint32_t | clock |
Define the clock to use. | |
uint32_t | last_block_address |
Define the last block address read or written. | |
uint16_t | erase_group_size |
Define the size of the erase group command. |
Define the SD SPI structure.