void clearIntFlag(int irq)
clearIntFlag() clears the interrupt fired flag which is set when an interrupt occurs. It should be called to reset the interrupt in the interrupt routine. irq is the number (or symbolic name) of an interrupt request as detailed in the datasheet for the main MCU.
None
clearIntFlag() does not conform to any external API, it is unique to the chipKIT system.
clearIntFlag(_TIMER_3_IRQ);
attachInterrupt(), detachInterrupt(), clearIntEnable(), clearIntVector(), disableInterrupts(), enableInterrupts(), getIntFlag(), getIntPriority(), getIntVector(), restoreIntEnable(), restoreInterrupts(), setIntEnable(), setIntPriority(), setIntVector()