Share via


OALIntrTranslateIrq (Windows Embedded CE 6.0)

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

See Also

Reference

Interrupt Functions