PCICommandFlags
Declaration
typedef enum {
PCI_enableIOSpace =
0x0001,
PCI_enableMemorySpace =
0x0002,
PCI_enableBusMaster =
0x0004,
PCI_enableSpecialCycles =
0x0008,
PCI_enableWriteAndInvalidate =
0x0010,
PCI_enableVGACompatiblePalette = 0x0020,
PCI_enableParity =
0x0040,
PCI_enableWaitCycle =
0x0080,
PCI_enableSerr =
0x0100,
PCI_enableFastBackToBack =
0x0200
} PCICommandFlags
Prototype In
pcilib.h
Description
Defines for the PCIDeviceInfo.Command field, which control which features of the device are enabled or disabled. A 1 in the field means that the feature is enabled, 0 means it is disabled. The names of the flags are self explanatory.
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com