Jump to content

DMARESOURCE: Difference between revisions

From EDM2
Created page with "DMA channel structure. == Type == USHORT DMAChannel USHORT DMAFlags == C Declaration Method == typedef struct == Fields == == Remarks == == Example Code ==..."
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
DMA channel structure.
DMA channel structure


== Type ==
== Type ==
  USHORT     DMAChannel
  USHORT   DMAChannel
  USHORT     DMAFlags
  USHORT   DMAFlags
 
 
== C Declaration Method ==
== C Declaration Method ==
  typedef struct
  typedef struct


== Fields ==
== Fields ==
== Remarks ==
== Example Code ==
<PRE>
typedef struct _DMARESOURCE {
  USHORT    DMAChannel;
  USHORT    DMAFlags;
} DMARESOURCE;
typedef  DMARESOURCE  * PDMARESOURCE ;
</PRE>


[[Category:Data type]]
[[Category:Data type]]

Latest revision as of 11:08, 18 August 2017

DMA channel structure

Type

USHORT   DMAChannel
USHORT   DMAFlags

C Declaration Method

typedef struct

Fields