C
typedef union { RESPONSE_1 r1; RESPONSE_2 r2; } MMC_RESPONSE;
Description
The MMC_RESPONSE union represents any of the possible responses that an SD card can return after being issued a command.
typedef union { RESPONSE_1 r1; RESPONSE_2 r2; } MMC_RESPONSE;
The MMC_RESPONSE union represents any of the possible responses that an SD card can return after being issued a command.