1.35.12.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();