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); =..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
It is similar to the DevHlp_UnSetIRQ function. It Removes the interrupt handler. | It is similar to the DevHlp_UnSetIRQ function. It Removes the interrupt handler. | ||
== | ==Syntax== | ||
APIRET APIENTRY KernUnSetIRQ(uint32_t IRQlevel, KernIRQHandler IRQhandler); | APIRET APIENTRY KernUnSetIRQ(uint32_t IRQlevel, KernIRQHandler IRQhandler); |
Latest revision as of 17:27, 4 December 2017
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.