Home |
RTTarget-32 Programming Manual Function RTDisableIRQ Function RTInstallSharedIRQHandlerEx Function RTInstallSharedIRQHandler Function RTRemoveSharedIRQHandlerEx Function RTRemoveSharedIRQHandler Function RTSaveAndDisableInterrupts System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTDisableIRQRTDisableIRQ instructs the interrupt controller (i8259 or IOAPIC, if in APIC mode) not to pass interrupts for a specific IRQ to the CPU: void RTDisableIRQ(int IRQ); ParametersIRQMust be in the range 0 .. 31. RTTarget-32 disables all IRQs except 0, 1, and 2 at boot time. Please note that there is no IRQ 2 in PIC mode. Hardware that claims to generate IRQ 2 actually uses IRQ 9.
|