NKCallIntChain (Windows CE 5.0)

Send Feedback

This function is called by an OEM from the OAL ISR routine. This function determines which chained, or shared, interrupt device triggered an IRQ event.

DWORD NKCallIntChain(BYTE irq);

Parameters

  • irq
    [in] Identifies the IRQ value.

Return Values

If no ISR has handled the IRQ event, SYSINTR_CHAIN is returned.

Otherwise, a valid SYSINTR value is returned to the OEM. The OEM must then pass this value back to the kernel so the IST can be triggered.

Remarks

The OEM has full control of the IRQ values that can be chained and those that cannot. When this function is called, all work required to enable C-language code in an installed ISR is performed.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Nkintr.h.
Link Library: Nk.lib.

See Also

Installable ISRs | Shared Interrupts

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.