Condividi tramite


unione PCI_FPB_MEM_HIGH_VECTOR_CONTROL1_REGISTER (ntddk.h)

Registro FPB MEM High Vector Control 1. Vedere la sezione 7.y.6. nella specifica Flattening Portal Bridge (FPB).

Sintassi

typedef union _PCI_FPB_MEM_HIGH_VECTOR_CONTROL1_REGISTER {
  struct {
    ULONG MemHighDecodeMechanismEnable : 1;
    ULONG Rsvd0 : 3;
    ULONG MemHighVectorGranularity : 4;
    ULONG Rsvd1 : 20;
    ULONG MemHighVectorStartLower : 4;
  } DUMMYSTRUCTNAME;
  ULONG  AsULONG;
} PCI_FPB_MEM_HIGH_VECTOR_CONTROL1_REGISTER, *PPCI_FPB_MEM_HIGH_VECTOR_CONTROL1_REGISTER;

Members

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.MemHighDecodeMechanismEnable

DUMMYSTRUCTNAME.Rsvd0

DUMMYSTRUCTNAME.MemHighVectorGranularity

DUMMYSTRUCTNAME.Rsvd1

DUMMYSTRUCTNAME.MemHighVectorStartLower

AsULONG

Requisiti

Requisito Valore
Client minimo supportato Windows 10, versione 1809
Intestazione ntddk.h