TianoCore EDK2 master
Loading...
Searching...
No Matches
DebugTimer.h
Go to the documentation of this file.
1
9#ifndef _DEBUG_TIMER_H_
10#define _DEBUG_TIMER_H_
11
20UINT32
22 OUT UINT32 *TimerFrequency,
23 IN BOOLEAN DumpFlag
24 );
25
37BOOLEAN
39 IN UINT32 TimerCycle,
40 IN UINT32 Timer,
41 IN UINT32 TimeoutTicker
42 );
43
44#endif
UINT32 InitializeDebugTimer(OUT UINT32 *TimerFrequency, IN BOOLEAN DumpFlag)
Definition: DebugTimer.c:20
BOOLEAN IsDebugTimerTimeout(IN UINT32 TimerCycle, IN UINT32 Timer, IN UINT32 TimeoutTicker)
Definition: DebugTimer.c:119
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284