Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic describes the PCI_EXPRESS_ASPM_SUPPORT enumeration.
Syntax
typedef enum {
NoAspmSupport,
L0sEntrySupport,
L1EntrySupport,
L0sAndL1EntrySupport
} PCI_EXPRESS_ASPM_SUPPORT;
Constants
NoAspmSupportDefines the NoAspmSupport constant. |
L0sEntrySupportDefines the L0sEntrySupport constant. |
L1EntrySupportDefines the L1EntrySupport constant. |
L0sAndL1EntrySupportDefines the L0sAndL1EntrySupport constant. |
Requirements
| Requirement | Value |
|---|---|
| Header | ntddk.h (include Ntddk.h) |