|
|
|
|
PCIStatusFlags
Declaration
typedef enum {
PCI_statusCapabilitiesList =
0x0010,
PCI_status66MhzCapable =
0x0020,
PCI_statusUDFSupported =
0x0040,
PCI_statusFastBackToBack =
0x0080,
PCI_statusDataParityDetected =
0x0100,
PCI_statusDevSel =
0x0600,
PCI_statusSignaledTargetAbort = 0x0800,
PCI_statusRecievedTargetAbort = 0x1000,
PCI_statusRecievedMasterAbort = 0x2000,
PCI_statusSignaledSystemError = 0x4000,
PCI_statusDetectedParityError = 0x8000
} PCIStatusFlags
Prototype In
pcilib.h
Description
Defines for the PCIDeviceInfo.Status field, which control which features of the device are supported. A 1 in the field means that the feature is supported, 0 means it is not supported. The names of the flags are self explanatory.
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com