#include <MessageQueue.h>
Data Fields | |
short int | MsgCmd |
short int | PayloadSize |
short int | MaxPayload |
short int | ReplyCmd |
int | Handle |
void * | ReplyHandle |
struct _msg * | next |
char | Payload [1] |
Definition at line 14 of file MessageQueue.h.
short int MSG::MsgCmd |
Definition at line 15 of file MessageQueue.h.
Referenced by MMCTask(), MsgMMCReadSector(), MsgMMCReset(), MsgMMCSendStatus(), MsgMMCWriteSector(), and MsgMMCWriteTestFile().
short int MSG::PayloadSize |
short int MSG::MaxPayload |
short int MSG::ReplyCmd |
Definition at line 18 of file MessageQueue.h.
int MSG::Handle |
Definition at line 19 of file MessageQueue.h.
void* MSG::ReplyHandle |
struct _msg* MSG::next [read] |
char MSG::Payload[1] |
Definition at line 22 of file MessageQueue.h.
Referenced by MMCTask(), MsgMMCReadSector(), and MsgMMCWriteSector().