GetIntVec Function (Macro)

intr.h

INT_HANDLER GetIntVec (long IntVec);

Gets an interrupt vector.

GetIntVec gets the content of the interrupt vector located at the absolute address IntVec (typical values of IntVec are defined in enum IntVecs). Typical usage of this function is to get the current content of the interrupt vector to be restored later. See DEFINE_INT_HANDLER for an example of usage.


See also: SetIntVec, IntVecs