TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
UINT32 | InitializeDebugTimer (OUT UINT32 *TimerFrequency, IN BOOLEAN DumpFlag) |
BOOLEAN | IsDebugTimerTimeout (IN UINT32 TimerCycle, IN UINT32 Timer, IN UINT32 TimeoutTicker) |
Header file for debug timer to support debug agent library implementation.
Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file DebugTimer.h.
Initialize CPU local APIC timer.
[out] | TimerFrequency | Local APIC timer frequency returned. |
[in] | DumpFlag | If TRUE, dump Local APIC timer's parameter. |
Definition at line 20 of file DebugTimer.c.
Check if the timer is time out.
[in] | TimerCycle | Timer initial count. |
[in] | Timer | The start timer from the begin. |
[in] | TimeoutTicker | Ticker number need time out. |
FALSE | Timer does not time out. |
Definition at line 119 of file DebugTimer.c.