HWI_dispatchPlug
Application Program Interface
2-161
The mirmask is a bitmask that specifies which level 2 interrupts to mask
while executing the HWI. This field contains a 32-bit mask in which each
bit corresponds to level 2 interrupts 0-31. The default value for each
interrupt is to mask only the current level 2 interrupt. (OMAP 2320/2420
only)
The mir1mask is a bitmask that specifies which level 2 interrupts to mask
while executing the HWI. This field contains a 32-bit mask in which each
bit corresponds to level 2 interrupts 32-63. The default value for each
interrupt is to mask only the current level 2 interrupt. (OMAP 2320 only)
The default values are defined as follows:
HWI_Attrs HWI_ATTRS = {
1, /* IER0 mask (1 => self) */
1, /* IER1 mask (1 => self) */
0 /* argument to ISR */
};
The arg element is a generic argument that is passed to the plugged
function as its only parameter. The default value is 0.
Constraints and
Calling Context
❏
vecid must be a valid interrupt ID in the range of 0-31 (0-95 for OMAP
2320, 0-63 for OMAP 2420).
See Also