SD/MMC card information structure.
Data Fields | |
uint8_t | bus_width |
Number of DATA lin on bus (MCI only) More... | |
uint32_t | capacity |
Card capacity in KBytes. More... | |
uint32_t | clock |
Card access clock. More... | |
uint8_t | csd [CSD_REG_BSIZE] |
CSD register. More... | |
uint8_t | high_speed |
High speed card (1) More... | |
uint16_t | rca |
Relative card address. More... | |
enum card_state | state |
Card state. More... | |
card_type_t | type |
Card type. More... | |
card_version_t | version |
Card version. More... | |