uint32_t setIntEnable(int irq)
Set the interrupt enable flag for the specified interrupt request. This will enable whatever peripheral interrupt is associated with the specified interrupt request.
The previous interrupt enable flag setting.
setIntEnable() does not conform to any external API, it is unique to the chipKIT system.
setIntEnable(_TIMER_3_IRQ);
attachInterrupt(), detachInterrupt(), clearIntEnable(), clearIntFlag(), clearIntVector(), disableInterrupts(), enableInterrupts(), getIntFlag(), getIntPriority(), getIntVector(), restoreIntEnable(), restoreInterrupts(), setIntPriority(), setIntVector()