Share via


OALIntrEnableIrqs (Windows Embedded CE 6.0)

1/5/2010

This function enables the list of interrupts identified by an IRQ.

Syntax

BOOL OALIntrEnableIrqs(
  UINT32 count,
  const UINT32 *pIrqs
);

Parameters

  • count
    [in] Number of IRQs in the list.
  • pIrqs
    [in] Pointer to the list of IRQs.

Return Value

TRUE indicates success.

FALSE indicates failure.

Remarks

If your implementation uses hardware platform callbacks, OALIntrEnableIrqs must call BSPIntrEnableIrq for each IRQ in the list before it enables the IRQ. BSPIntrEnableIrq can also perform board-specific actions and modify an IRQ.

Requirements

Header oal_intr.h
Library Developer Implemented
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Interrupt Functions