Share via


BSPIntrDisableIrq (Windows Embedded CE 6.0)

1/5/2010

This function must be called by OALIntrDisableIrqs if your implementation uses hardware platform callbacks. This function must be called for each IRQ in the list before the IRQ is disabled.

Syntax

UINT32 BSPIntrDisableIrq(
  UINT32 irq
);

Parameters

  • irq
    [in] Specifies the IRQ to be disabled.

Return Value

Returns the IRQ that must be disabled on the primary interrupt controller. Returns IRQ_UNDEFINED if no other IRQ needs to be disabled.

Remarks

BSPIntrDisableIrq 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