SD/MMC card information structure. More...
Public Attributes | |
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... | |
uint8_t sd_mmc_card::bus_width |
uint8_t sd_mmc_card::csd[CSD_REG_BSIZE] |
enum card_state sd_mmc_card::state |
card_type_t sd_mmc_card::type |
card_version_t sd_mmc_card::version |