1.1.10.9 RTOSTimer_FrequencyGet Function
C
uint32_t RTOSTimer_FrequencyGet(void)
Summary
Returns the input frequency of the RTOS timer
Description
Returns the input frequency of the RTOS timer
Precondition
RTOSTimer_Initialize() function must have been called first.
Parameters
None
Returns
Input frequency of the RTOS timer
Example
uint32_t freq = RTOSTimer_FrequencyGet();
Remarks
None