#include <sd_mmc_mci.h>
Definition at line 412 of file 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 { ... } |
Definition at line 422 of file sd_mmc_mci.h.
unsigned int rep1_t::cmdIndex |
Definition at line 421 of file sd_mmc_mci.h.
unsigned int rep1_t::crc7 |
Definition at line 423 of file sd_mmc_mci.h.
unsigned int rep1_t::endBit |
Definition at line 424 of file sd_mmc_mci.h.
unsigned int rep1_t::pad |
Definition at line 425 of file sd_mmc_mci.h.
unsigned int rep1_t::rep1[2] |
Definition at line 416 of file sd_mmc_mci.h.
unsigned int rep1_t::startBit |
Definition at line 419 of file sd_mmc_mci.h.
unsigned int rep1_t::transBit |
Definition at line 420 of file sd_mmc_mci.h.