Share via


OALIntrDisableIrqs (Windows CE 5.0)

Send Feedback

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

VOID OALIntrDisableIrqs(  UINT32 count,  const UINT32 *pIrqs);

Parameters

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

Return Values

None.

Remarks

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

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.