Home |
RTTarget-32 Programming Manual Function RTPCSetConfigRegister Function RTPCEnableIRQ System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTPCEnableIRQFunction RTPCEnableIRQ programs the PCMCIA controller to route interrupts of an inserted card to a specific ISA interrupt: void RTPCEnableIRQ(int Socket, int IRQ); ParametersSocketSpecifies the socket for which to route interrupts. IRQSpecifies the interrupt to use. Only the following values are supported: 3, 4, 5, 7, 9, 10, 11, 12, 14, and 15.
|