isrFunc setIntVector(int vec, isrFunc func)
setIntVector() assigns an interrupt handler function to an interrupt vector. The previous interrupt handler pointer is returned.
The previous interrupt handler pointer.
setIntVector() does not conform to any external API, it is unique to the chipKIT system.
setIntVector(_TIMER_3_VECTOR, myInterruptFunction);
attachInterrupt(), detachInterrupt(), clearIntEnable(), clearIntFlag(), clearIntVector(), disableInterrupts(), enableInterrupts(), getIntFlag(), getIntPriority(), getIntVector(), restoreIntEnable(), restoreInterrupts(), setIntEnable(), setIntPriority()