PCI_EXPRESS_ASPM_SUPPORT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// miniport.h

typedef enum {
  NoAspmSupport,
  L0sEntrySupport,
  L1EntrySupport,
  L0sAndL1EntrySupport
} PCI_EXPRESS_ASPM_SUPPORT;
View the official Windows Driver Kit DDI reference
// ntddk.h

typedef enum {
  NoAspmSupport,
  L0sEntrySupport,
  L1EntrySupport,
  L0sAndL1EntrySupport
} PCI_EXPRESS_ASPM_SUPPORT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-miniport-pci_express_aspm_support)

Description

This topic describes the PCI_EXPRESS_ASPM_SUPPORT enumeration.

Constants

NoAspmSupport

Defines the NoAspmSupport constant.

L0sEntrySupport

Defines the L0sEntrySupport constant.

L1EntrySupport

Defines the L1EntrySupport constant.

L0sAndL1EntrySupport

Defines the L0sAndL1EntrySupport constant.

Remarks

See also


Windows Driver Kit DDI reference (ne-ntddk-pci_express_aspm_support)

Description

This topic describes the PCI_EXPRESS_ASPM_SUPPORT enumeration.

Constants

NoAspmSupport

Defines the NoAspmSupport constant.

L0sEntrySupport

Defines the L0sEntrySupport constant.

L1EntrySupport

Defines the L1EntrySupport constant.

L0sAndL1EntrySupport

Defines the L0sAndL1EntrySupport constant.

Remarks

See also