[ C++ RCOS Home | RCOS.java Home | RCOS Home | David's Home ]

RCOS C++ CRC for class MMU_MSG

Name:

MMU_MSG

Comment:

This is the message body for MMU Read/Write transfers..
wParam = HANDLE of allocated memory

Collaborators:

Responsibilities:

  typedef struct {
    UINT16   *pData;        // destination/source for read/write
    UINT16   uOffset;       // source/destination offset within handle
    UINT16   uLen;          // number of bytes for transfer (Blk only)
  } MMU_MSG, *PMMU_MSG;