다음을 통해 공유


OALIntrDisableIrqs (Compact 2013)

10/16/2014

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

Syntax

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 Value

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

Header

oal_intr.h

Library

Developer Implemented

See Also

Reference

Interrupt Functions