<< Previous | Next >>

SetVectExtern4000

unsigned SetVectExtern4000( int interruptNum, void * isr );

Description

Function to set one of the external interrupt jump table entries for the Rabbit 4000, Rabbit 3000 and some versions of the Rabbit 2000. All Rabbit interrupts use jump vectors. See SetVectIntern() for more information.

Parameters

interruptNum
External interrupt number. 0 and 1 are the only valid values.

isr
ISR handler address. Must be a root address.

Return Value

Jump address in vector table.

Library

SYS.LIB

See Also

GetVectExtern3000, SetVectIntern, GetVectIntern


Dynamic C Functions << Previous | Next >> rabbit.com