1.8.18.8 1.25.18.8 1.26.16.8 1.28.21.8 1.34.17.8 1.35.12.8 1.36.15.8 1.41.18.8 1.42.16.8 RTT_FrequencyGet Function
C
uint32_t RTT_FrequencyGet(void)
Summary
Returns the current RTT frequency
Description
This function is used to get the frequncy of the RTT timer
Precondition
None.
Parameters
None.
Returns
Returns the operating frequency of RTT
Example
uint32_t frequency = 0;
frequency = RTT_FrequencyGet();