Home |
RTKernel-32 Programming Manual Function RTInstallSharedIRQHandlerEx Function RTInstallSharedIRQHandler Function RTRemoveSharedIRQHandlerEx Function RTRemoveSharedIRQHandler Function RTKRestoreIRQHandlerFar Function RTKIRQEnd |
Function RTKIRQEndThis function disables interrupts and informs the interrupt controller that processing of an interrupt is completed, reenabling lower-priority interrupts: void RTKIRQEnd(int IRQ); ParametersIRQSpecifies the desired interrupt. Except for handlers installed with RTInstallSharedIRQHandlerEx or RTInstallSharedIRQHandler, every interrupt handler must call RTKIRQEnd before it terminates.
|