Jump to content

TMRRESOURCE: Difference between revisions

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


== Type ==
== Type ==
   USHORT    TMRChannel;
USHORT   TMRChannel;
   USHORT    DMAFlags;
USHORT   DMAFlags;
 
== C Declaration Method ==
== C Declaration Method ==
  typedef struct
  typedef struct


== Fields ==
== Fields ==
== Remarks ==
== Example Code ==
<PRE>
typedef struct _TMRRESOURCE {
  USHORT    TMRChannel;
  USHORT    DMAFlags;
} TMRRESOURCE;
typedef  TMRRESOURCE  * PTMRRESOURCE ;
</PRE>


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

Latest revision as of 10:59, 18 August 2017

Timer channel structure

Type

USHORT   TMRChannel;
USHORT   DMAFlags;

C Declaration Method

typedef struct

Fields