Jump to content

KernUnSetIRQ

From EDM2

It is similar to the DevHlp_UnSetIRQ function. It Removes the interrupt handler.

Syntax

APIRET APIENTRY KernUnSetIRQ(uint32_t IRQlevel, KernIRQHandler IRQhandler);

Parameters

IRQlevel
Interrupt level number
KernIRQHandler
The Pointer to an interrupt handler to be removed.