Jump to content

DMARESOURCE

From EDM2
Revision as of 16:50, 17 August 2017 by Martini (talk | contribs) (Created page with "DMA channel structure. == Type == USHORT DMAChannel USHORT DMAFlags == C Declaration Method == typedef struct == Fields == == Remarks == == Example Code ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

DMA channel structure.

Type

USHORT     DMAChannel
USHORT     DMAFlags
  

C Declaration Method

typedef struct

Fields

Remarks

Example Code

typedef struct _DMARESOURCE {
  USHORT     DMAChannel;
  USHORT     DMAFlags;
} DMARESOURCE;

typedef   DMARESOURCE   * PDMARESOURCE ;