chipKIT® Development Platform

Inspired by Arduino™

Last edit: 2021-03-21 22:34 by Majenko

GetIntVector

  1. Synopsis

  2. Description

  3. Return Value

  4. Conforming To

  5. Examples

  6. See Also

Synopsis

 isrFunc getIntVector(int vec)

Description

getIntVector() returns the pointer to the currently assigned interrupt function for an interrupt vector.

Return Value

The function pointer for the currently assigned interrupt function.

Conforming To

getIntVector() does not conform to any external API, it is unique to the chipKIT system.

Examples

 isrFunc func = getIntVector(_TIMER_3_VECTOR);

See Also

attachInterrupt(), detachInterrupt(), clearIntEnable(), clearIntFlag(), clearIntVector(), disableInterrupts(), enableInterrupts(), getIntFlag(), getIntPriority(), restoreIntEnable(), restoreInterrupts(), setIntEnable(), setIntPriority(), setIntVector()