OALIntrTranslateIrq (Compact 2013)
10/16/2014
This function returns the SYSINTR for a specified IRQ based on the static mapping.
Syntax
UINT32 OALIntrTranslateIrq(
UINT32 irq
);
Parameters
- irq
[in] Nonshareable IRQ to translate into a SYSINTR.
Return Value
Returns the associated SYSINTR value.
Remarks
This is a direct one-to-one mapping of an IRQ to a SYSINTR.
Requirements
Header |
oal_intr.h |
Library |
Developer Implemented |