TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/Timestamp.h>
Data Fields | |
UINT64 | Frequency |
UINT64 | EndValue |
Definition at line 27 of file Timestamp.h.
UINT64 EFI_TIMESTAMP_PROPERTIES::EndValue |
The value that the timestamp counter ends with immediately before it rolls over. For example, a 64-bit free running counter would have an EndValue of 0xFFFFFFFFFFFFFFFF. A 24-bit free running counter would have an EndValue of 0xFFFFFF.
Definition at line 37 of file Timestamp.h.
UINT64 EFI_TIMESTAMP_PROPERTIES::Frequency |
The frequency of the timestamp counter in Hz.
Definition at line 31 of file Timestamp.h.