Structure for storing Timer specific information.
More...
#include <ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h>
|
UINT64 | StartCount |
| Value timer is initialized with.
|
|
UINT64 | EndCount |
| Value timer has just before it wraps.
|
|
UINT32 | Frequency |
| Timer count frequency in KHz.
|
|
BOOLEAN | CountUp |
| TRUE if the counter counts up.
|
|
Structure for storing Timer specific information.
Definition at line 59 of file Dp.h.
◆ CountUp
BOOLEAN TIMER_INFO::CountUp |
TRUE if the counter counts up.
Definition at line 63 of file Dp.h.
◆ EndCount
UINT64 TIMER_INFO::EndCount |
Value timer has just before it wraps.
Definition at line 61 of file Dp.h.
◆ Frequency
UINT32 TIMER_INFO::Frequency |
Timer count frequency in KHz.
Definition at line 62 of file Dp.h.
◆ StartCount
UINT64 TIMER_INFO::StartCount |
Value timer is initialized with.
Definition at line 60 of file Dp.h.
The documentation for this struct was generated from the following file:
- ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h