1.8.18.5 1.25.18.5 1.26.16.5 1.28.21.5 1.34.17.5 1.35.12.5 1.36.15.5 1.41.18.5 1.42.16.5 RTT_DisableInterrupt Function
C
void RTT_DisableInterrupt(RTT_INTERRUPT_TYPE type);
Summary
Disable RTT interrupts
Description
This function is used to disable periodic and alarm interrupts
Precondition
None.
Parameters
Param | Description |
---|---|
type | Interrupt to be disabled |
Returns
None.
Example
//disable Alarm interrupt for RTT
RTT_DisableInterrupt(RTT_ALARM);