PCI_FPB_RID_VECTOR_CONTROL1_REGISTER union (ntddk.h)

The FPB RID Vector Control 2 Register. See section 7.y.4. in Flattening Portal Bridge (FPB) specification.

Syntax

typedef union _PCI_FPB_RID_VECTOR_CONTROL1_REGISTER {
  struct {
    ULONG RidDecodeMechanismEnable : 1;
    ULONG Rsvd0 : 3;
    ULONG RidVectorGranularity : 4;
    ULONG Rsvd1 : 11;
    ULONG RidVectorStart : 13;
  } DUMMYSTRUCTNAME;
  ULONG  AsULONG;
} PCI_FPB_RID_VECTOR_CONTROL1_REGISTER, *PPCI_FPB_RID_VECTOR_CONTROL1_REGISTER;

Members

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.RidDecodeMechanismEnable

DUMMYSTRUCTNAME.Rsvd0

DUMMYSTRUCTNAME.RidVectorGranularity

DUMMYSTRUCTNAME.Rsvd1

DUMMYSTRUCTNAME.RidVectorStart

AsULONG

Requirements

Requirement Value
Minimum supported client Windows 10, version 1809
Header ntddk.h