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