typMMC_CMD Structure

Microchip MDD File System Interface

MDDFS Interface Library Help
typMMC_CMD Structure
C
typedef struct {
  BYTE CmdCode;
  BYTE CRC;
  RESP responsetype;
  BYTE moredataexpected;
} typMMC_CMD;
Description

The typMMC_CMD structure is used to create a command table of information needed for each relevant SD command

Members
Members 
Description 
BYTE CmdCode; 
The command code 
BYTE CRC; 
The CRC value for that command 
RESP responsetype; 
The response type 
BYTE moredataexpected; 
Set to MOREDATA or NODATA, depending on whether more data is expected or not 
Microchip MDD File System Interface 1.2.0 - [Aug 18, 2008]
Copyright © 2008 Microchip Technology, Inc.  All rights reserved.