Jump to content

TMRRESOURCE

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

Timer channel structure.

Type

 USHORT     TMRChannel;
 USHORT     DMAFlags;

C Declaration Method

typedef struct

Fields

Remarks

Example Code

typedef struct _TMRRESOURCE {
  USHORT     TMRChannel;
  USHORT     DMAFlags;
} TMRRESOURCE;

typedef   TMRRESOURCE   * PTMRRESOURCE ;