#include <sd_mmc_mci.h>
Data Fields | |
union { | |
struct { | |
card_status_t cardStatus | |
unsigned int cmdIndex:6 | |
unsigned int crc7:6 | |
unsigned int endBit:1 | |
unsigned int pad:16 | |
unsigned int startBit:1 | |
unsigned int transBit:1 | |
} | |
unsigned int rep1 [2] | |
}; | |
union { ... } |
card_status_t rep1_t::cardStatus |
unsigned int rep1_t::cmdIndex |
unsigned int rep1_t::crc7 |
unsigned int rep1_t::endBit |
unsigned int rep1_t::pad |
unsigned int rep1_t::rep1[2] |
unsigned int rep1_t::startBit |
unsigned int rep1_t::transBit |