#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().