2.96.6 RTT_EnableInterrupt Function

C

void RTT_EnableInterrupt (RTT_INTERRUPT_TYPE type);

Summary

Enable RTT interrupts

Description

This function is used to enable periodic and alarm interrupts

Precondition

None.

Parameters

ParamDescription
typeInterrupt to be enabled

Returns

None.

Example

//Enable Alarm interrupt for RTT
RTT_EnableInterrupt(RTT_ALARM);