Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
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 |
| Windows Embedded CE | Windows CE 5.0 and later |