Share via


OALIntrRequestIrqs (Compact 2013)

10/16/2014

This function returns the list of IRQs for the device.

Syntax

BOOL OALIntrRequestIrqs(
  DEVICE_LOCATION *pDevLoc,
  UINT32 *pCount,
  UINT32 *pIrqs
);

Parameters

  • pDevLoc
    [in] Pointer to a DEVICE_LOCATION structure that identifies the list of IRQs.
  • pCount
    [in, out] On input, pCount contains a pointer to the maximum number of IRQs allowed in the list. On output, pCount contains the number of IRQs actually set in the list.
  • pIrqs
    [out] Pointer to the list of IRQs.

Return Value

TRUE indicates success.

FALSE indicates failure.

Remarks

If your implementation uses hardware platform callbacks, OALIntrRequestIrqs must call BSPIntrRequestIrqs if the device is not recognized.

Requirements

Header

oal_intr.h

Library

Developer Implemented

See Also

Reference

Interrupt Functions