OALIntrStaticTranslate (Windows CE 5.0)
This function sets the static mapping between an IRQ and a SYSINTR. OALIntrStaticTranslate is typically used during system initialization for legacy drivers.
VOID OALIntrStaticTranslate( UINT32 sysIntr, UINT32 irq);
Parameters
- sysIntr
[in] Specifies the SYSINTR to map to the IRQ. - irq
[in] Specifies the IRQ to map to the SYSINTR.
Return Values
None.
Remarks
Requirements
OS Versions: Windows CE Version 5.0 and later
Header: Oal_intr.h
Link Library: Developer-defined
See Also
Send Feedback on this topic to the authors