Timer
21.2.1.28 ROM_TimerValueGet64
Gets the current 64-bit timer value.
Prototype:
uint64_t
ROM_TimerValueGet64(uint32_t ui32Base)
ROM Location:
ROM_APITABLE is an array of pointers located at 0x0100.0010.
ROM_TIMERTABLE is an array of pointers located at ROM_APITABLE[11].
ROM_TimerValueGet64 is a function pointer located at ROM_TIMERTABLE[25].
Parameters:
ui32Base is the base address of the timer module.
Description:
This function reads the current value of the specified timer.
Returns:
Returns the current value of the timer.
248 April 8, 2013