C55_plug
2-38
C Interface
Syntax
C55_plug(vecid, fxn);
Parameters
Int
vecid;
/* interrupt id */
Fxn
fxn;
/* pointer to HWI function */
Return Value
Void
Description
C55_plug hooks up the specified function as the branch target for a
hardware interrupt (fielded by the CPU) at the vector address
corresponding to vecid. C55_plug does not enable the interrupt. Use
C55_enableIER0, C55_enableIER1 to enable specific interrupts.
Constraints and
Calling Context
❏
vecid must be a valid interrupt ID in the range of 0-31. (The range is
0-95 for OMAP 2320. The range is 0-63 for OMAP 2420.)
See Also
C55_enableIER0, C55_enableIER1
C55_plug
C function to plug an interrupt vector