TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
UINT32 | InternalAcpiGetTimerTick (VOID) |
Internal definitions for ACPI Timer Library
Copyright (C) 2014, Gabriel L. Somlo somlo.nosp@m.@cmu.nosp@m..edu
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file AcpiTimerLib.h.
UINT32 InternalAcpiGetTimerTick | ( | VOID | ) |
Internal function to read the current tick counter of ACPI.
Internal function to read the current tick counter of ACPI.
Read the current ACPI tick counter using the counter address cached by this instance's constructor.
Internal function to read the current tick counter of ACPI.
Dynamically compute the address of the ACPI tick counter based on the properties of the underlying platform, to avoid relying on global variables.
Internal function to read the current tick counter of ACPI.
Internal function to read the current tick counter of ACPI.
Definition at line 102 of file BaseAcpiTimerLib.c.