1.1.1.16 CCT_FreeRunningTimerSet Function
C
void CCT_FreeRunningTimerSet( uint32_t count)
Summary
Sets the value of the free running timer counter
Description
Sets the value of the free running timer counter
Precondition
None
Parameters
Param | Description |
---|---|
count | value for the free running timer counter |
Returns
None
Example
CCT_FreeRunningTimerSet(1000);
Remarks
None