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