KernUnSetIRQ: Difference between revisions
Appearance
	
	
|  Created page with "It is similar to the DevHlp_UnSetIRQ function. It Removes the interrupt handler.  ==Synopsis==   APIRET APIENTRY KernUnSetIRQ(uint32_t IRQlevel, KernIRQHandler IRQhandler);  =..." | 
| (No difference) | 
Revision as of 13:56, 5 July 2017
It is similar to the DevHlp_UnSetIRQ function. It Removes the interrupt handler.
Synopsis
APIRET APIENTRY KernUnSetIRQ(uint32_t IRQlevel, KernIRQHandler IRQhandler);
Parameters
- IRQlevel
- Interrupt level number
- KernIRQHandler
- The Pointer to an interrupt handler to be removed.