TianoCore EDK2 master
Loading...
Searching...
No Matches
AcpiTimerLib.h File Reference

Go to the source code of this file.

Functions

UINT32 InternalAcpiGetTimerTick (VOID)
 

Detailed Description

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.

Function Documentation

◆ InternalAcpiGetTimerTick()

UINT32 InternalAcpiGetTimerTick ( VOID  )

Internal function to read the current tick counter of ACPI.

Returns
The tick counter read.

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.

Returns
The tick counter read.

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.

Returns
The tick counter read.

Internal function to read the current tick counter of ACPI.

Internal function to read the current tick counter of ACPI.

Returns
The tick counter read.

Definition at line 102 of file BaseAcpiTimerLib.c.