PCI_EXPRESS_ASPM_CONTROL enumeration (ntddk.h)

This topic describes the PCI_EXPRESS_ASPM_CONTROL enumeration.

Syntax

typedef enum {
  L0sAndL1EntryDisabled,
  L0sEntryEnabled,
  L1EntryEnabled,
  L0sAndL1EntryEnabled
} PCI_EXPRESS_ASPM_CONTROL;

Constants

 
L0sAndL1EntryDisabled
Defines the L0sAndL1EntryDisabled constant.
L0sEntryEnabled
Defines the L0sEntryEnabled constant.
L1EntryEnabled
Defines the L1EntryEnabled constant.
L0sAndL1EntryEnabled
Defines the L0sAndL1EntryEnabled constant.

Requirements

Requirement Value
Header ntddk.h (include Ntddk.h)