Home |
RTTarget-32 Programming Manual Function RTT_BIOS_FindClassCode Function RTT_BIOS_GetInterruptRouting Function RTT_BIOS_GenSpecialCycle Function RTT_BIOS_ReadConfigData Function RTT_BIOS_WriteConfigData Function RTT_BIOS_LocateCapability System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTT_BIOS_GetInterruptRoutingThis function returns the PCI interrupt routing options available on the system board and information about interrupts exclusively assigned to PCI devices: int RTT_BIOS_GetInterruptRouting(RTT_BIOS_IRQ_ROUTING * RoutingInfo, WORD * Entries); ParametersRoutingInfoMust point to an array of RTT_BIOS_IRQ_ROUTING structures to receive the returned information. EntriesMust be initialized with the number of elements in this array. When the function returns successfully, *Entries is changed to the actual number of entries returned. If the function fails with RTT_BIOS_BUFFER_TOO_SMALL, *Entries is set to the number of entries required to satisfy the call. return valueRTT_BIOS_SUCCESSFUL or an error code, see section PCI BIOS. More information about this function is available in the PCI BIOS Specification. Function RTT_BIOS_FindClassCode
|