Share via


BSPIntrDisableIrq (Windows CE 5.0)

Send Feedback

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.

UINT32 BSPIntrDisableIrq(  UINT32 irq);

Parameters

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

Return Values

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

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.