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

ParamDescription
divsdivider value for the free-running timer source clock

Returns

None

Example

CCT_FreqDivSet(2);

Remarks

None