PCI_EXPRESS_ASPM_SUPPORT enumeration (ntddk.h)
This topic describes the PCI_EXPRESS_ASPM_SUPPORT enumeration.
Syntax
typedef enum {
NoAspmSupport,
L0sEntrySupport,
L1EntrySupport,
L0sAndL1EntrySupport
} PCI_EXPRESS_ASPM_SUPPORT;
Constants
NoAspmSupport Defines the NoAspmSupport constant. |
L0sEntrySupport Defines the L0sEntrySupport constant. |
L1EntrySupport Defines the L1EntrySupport constant. |
L0sAndL1EntrySupport Defines the L0sAndL1EntrySupport constant. |
Requirements
Requirement | Value |
---|---|
Header | ntddk.h (include Ntddk.h) |