PCI_FPB_RID_VECTOR_CONTROL1_REGISTER union (ntddk.h)

Registro del control de vectores de RID 2 de FPB. Consulte la sección 7.y.4. in Flattening Portal Bridge (FPB) specification.

Sintaxis

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;

Miembros

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.RidDecodeMechanismEnable

DUMMYSTRUCTNAME.Rsvd0

DUMMYSTRUCTNAME.RidVectorGranularity

DUMMYSTRUCTNAME.Rsvd1

DUMMYSTRUCTNAME.RidVectorStart

AsULONG

Requisitos

Requisito Value
Cliente mínimo compatible Windows 10, versión 1809
Encabezado ntddk.h