Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
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
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) |
Feedback
Was this page helpful?
