1.8.18.7 1.25.18.7 1.26.16.7 1.28.21.7 1.34.17.7 1.35.12.7 1.36.15.7 1.41.18.7 1.42.16.7 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

Param Description
type Interrupt to be enabled

Returns

None.

Example

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