2.11.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

ParamDescription
countvalue for the free running timer counter

Returns

None

Example

CCT_FreeRunningTimerSet(1000);

Remarks

None