Home |
RTTarget-32 Programming Manual Function RTIRQEnd Function RTInstallSharedIRQHandlerEx Function RTInstallSharedIRQHandler Function RTRemoveSharedIRQHandlerEx Function RTRemoveSharedIRQHandler Function RTSaveAndDisableInterrupts System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTIRQEndRTIRQEnd disables interrupts and notifies the interrupt controller(s) (i8259 or APIC, if in APIC mode) that processing of an interrupt has been completed: void RTIRQEnd(int IRQ); ParametersIRQInterrupt Request which triggers the interrupt. Must be in the range 0 .. 31. For interprocessor interrupts, use -1. Each hardware interrupt handler must perform this call. If it is omitted, no additional interrupts of the same or lower interrupt priorities can be accepted. Function RTInstallSharedIRQHandlerEx
|