MMC_RESPONSE Union

Microchip MDD File System Interface

MDDFS Interface Library Help
MMC_RESPONSE Union
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.

Microchip MDD File System Interface 1.2.0 - [Aug 18, 2008]
Copyright © 2008 Microchip Technology, Inc.  All rights reserved.