1.1.12.9 TIMER32_x_FrequencyGet Function
C
/* x = Timer32 instance number */
uint32_t TIMER32_x_FrequencyGet(void)
Summary
Returns the input frequency of the Timer32 peripheral
Description
Returns the input frequency of the Timer32 peripheral
Precondition
TIMER32_x_Initialize() function must have been called first.
Parameters
None
Returns
Input frequency of the Timer32 peripheral
Example
uint32_t freq = TIMER32_0_FrequencyGet();
Remarks
None