BSPIntrInit (Windows CE 5.0)

Send Feedback

This function allows the BSP to initialize a secondary interrupt controller. BSPIntrInit is called by OALIntrInit if your implementation uses hardware platform callbacks. OALIntrInit initializes the interrupt hardware and is usually called during the system initialization process.

BOOL BSPIntrInit();

Parameters

None.

Return Values

TRUE indicates success.

FALSE indicates failure.

Remarks

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.