1.1.1.19 CCT_FreqDivSet Function

C

void CCT_FreqDivSet( uint32_t divs )

Summary

Sets the divisor value for the free running timer source clock

Description

Sets the divisor value for the free running timer source clock

Precondition

None

Parameters

Param Description
divs divider value for the free-running timer source clock

Returns

None

Example

CCT_FreqDivSet(2);

Remarks

None