1.26.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);