1.8.18.6 1.25.18.6 1.26.16.6 1.28.21.6 1.34.17.6 1.35.12.6 1.36.15.6 1.41.18.6 1.42.16.6 RTT_Enable Function
C
void RTT_Enable(void);
Summary
Enables the Real Time Timer
Description
This API is used to start the real time timer.
Precondition
RTT_Initialize must be called in order to configure prescalar and source clock
Parameters
None.
Returns
None.
Example
RTT_Initialize(); RTT_Enable();