isrFunc clearIntVector(int vec)
clearIntVector detatches the interrupt function from an interrupt vector. This stops the interrupt function from being called when the interrupt is triggered.
A pointer to the existing interrupt function.
clearIntVector() does not conform to any external API, it is unique to the chipKIT system.
isrFunc f = clearIntVector(_TIMER_3_VECTOR);
attachInterrupt(), detachInterrupt(), clearIntEnable(), clearIntFlag(), disableInterrupts(), enableInterrupts(), getIntFlag(), getIntPriority(), getIntVector(), restoreIntEnable(), restoreInterrupts(), setIntEnable(), setIntPriority(), setIntVector()