#[repr(u16)]pub enum PciConfigRegister {
Show 27 variants
VendorId = 0,
DeviceId = 2,
Command = 4,
Status = 6,
RevisionId = 8,
ProgIf = 9,
Subclass = 10,
ClassCode = 11,
CacheLineSize = 12,
LatencyTimer = 13,
HeaderType = 14,
Bist = 15,
Bar0 = 16,
Bar1 = 20,
Bar2 = 24,
Bar3 = 28,
Bar4 = 32,
Bar5 = 36,
CardbusCisPointer = 40,
SubsystemVendorId = 44,
SubsystemId = 46,
ExpansionRomBase = 48,
CapabilitiesPointer = 52,
InterruptLine = 60,
InterruptPin = 61,
MinGrant = 62,
MaxLatency = 63,
}Expand description
PCI configuration space registers (per PCI Local Bus Specification)