1.1.1.14 CCT_FreeRunningTimerGet Function
C
uint32_t CCT_FreeRunningTimerGet( void )
Summary
Returns the current value of the free running timer counter
Description
Returns the current value of the free running timer counter
Precondition
None
Parameters
None
Returns
32-bit free running timer counter value
Example
uint32_t counterVal = CCT_FreeRunningTimerGet();
Remarks
None