C55_disableInt
2-28
C Interface
Syntax
C55_disableInt(vecid);
Parameters
Uns
vecid;
/* vector ID for interrupt */
Return Value
Void
Description
This function disables an individual interrupt referenced by a vector ID.
The vector ID can match a level 1 interrupt (vecids 0-31) or an OMAP
2320/2420 level 2 interrupt (vecids 32-63). For OMAP 2320, the
additional level 2 interrupts 32-63 can be disabled using vecids 64-95.
The c55.h header file provides some convenient interrupt ID definitions.
See Also
C55_disableInt
Disable an individual interrupt