This function must be called by OALIntrDoneIrqs if your implementation uses hardware platform callbacks. This function must be called for each IRQ in the list before the IRQ is re-enabled.
UINT32 BSPIntrDoneIrq( UINT32 irq);
Parameters
- irq
[in] The IRQ to be re-enabled.
Return Values
Returns the IRQ that must be scanned on the primary interrupt controller to signal the end of interrupt processing. Returns IRQ_UNDEFINED if no other IRQ needs to be scanned.
Remarks
BSPIntrDoneIrq can also perform board-specific actions and modify an IRQ.
The system cannot be pre-empted when this function is called.
BSPIntrDoneIrq should re-enable the interrupt if the interrupt was previously masked.
Requirements
OS Versions: Windows CE Version 5.0 and later
Header: Oal_intr.h
Link Library: Developer-defined
See Also
Send Feedback on this topic to the authors