1.1.1.20 CCT_FrequencyGet Function

C

uint32_t CCT_FrequencyGet(void)

Summary

Returns the frequency of the clock source of free running timer

Description

Returns the frequency of the clock source of free running timer

Precondition

None

Parameters

None

Returns

32-bit Frequency of the clock source of free running timer

Example

uint32_t freq = CCT_FrequencyGet();

Remarks

None