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_GenSpecialCycleThis function will broadcast a PCI special cycle to all devices on the specified PCI bus: int RTT_BIOS_GenSpecialCycle(BYTE Bus, DWORD Data); ParametersBusBus number for broadcast. DataData to broadcast. 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_ReadConfigData
|