PCI_EXPRESS_ASPM_CONTROL - NtDoc

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

typedef enum {
  L0sAndL1EntryDisabled,
  L0sEntryEnabled,
  L1EntryEnabled,
  L0sAndL1EntryEnabled
} PCI_EXPRESS_ASPM_CONTROL;
View the official Windows Driver Kit DDI reference
// ntddk.h

typedef enum {
  L0sAndL1EntryDisabled,
  L0sEntryEnabled,
  L1EntryEnabled,
  L0sAndL1EntryEnabled
} PCI_EXPRESS_ASPM_CONTROL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This topic describes the PCI_EXPRESS_ASPM_CONTROL enumeration.

Constants

L0sAndL1EntryDisabled

Defines the L0sAndL1EntryDisabled constant.

L0sEntryEnabled

Defines the L0sEntryEnabled constant.

L1EntryEnabled

Defines the L1EntryEnabled constant.

L0sAndL1EntryEnabled

Defines the L0sAndL1EntryEnabled constant.

Remarks

See also


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

Description

This topic describes the PCI_EXPRESS_ASPM_CONTROL enumeration.

Constants

L0sAndL1EntryDisabled

Defines the L0sAndL1EntryDisabled constant.

L0sEntryEnabled

Defines the L0sEntryEnabled constant.

L1EntryEnabled

Defines the L1EntryEnabled constant.

L0sAndL1EntryEnabled

Defines the L0sAndL1EntryEnabled constant.

Remarks

See also