PCI_FPB_MEM_HIGH_VECTOR_CONTROL1_REGISTER Union (ntddk.h)

Das FPB MEM High Vector Control 1-Register. Siehe Abschnitt 7.y.6. in Flattening Portal Bridge (FPB)-Spezifikation.

Syntax

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;

Member

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.MemHighDecodeMechanismEnable

DUMMYSTRUCTNAME.Rsvd0

DUMMYSTRUCTNAME.MemHighVectorGranularity

DUMMYSTRUCTNAME.Rsvd1

DUMMYSTRUCTNAME.MemHighVectorStartLower

AsULONG

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 10, Version 1809
Kopfzeile ntddk.h