![]() |
Home |
|
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.
|