1.28.7.4 GENERIC_TIMER_CounterValueGet Function
C
uint64_t GENERIC_TIMER_CounterValueGet(void);
Summary
Returns 64 bit counter value.
Description
This function returns the current count value as a 64 bit unsigned integer.
Precondition
GENERIC_TIMER_Initialize() should be called.
Parameters
None.
Returns
Current count value as a 64 bit unsigned number.