OALIntrStaticTranslate (Windows CE 5.0)

Send Feedback

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

Interrupt Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.