// 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 referenceNo description available.
This topic describes the PCI_EXPRESS_ASPM_CONTROL enumeration.
L0sAndL1EntryDisabledDefines the L0sAndL1EntryDisabled constant.
L0sEntryEnabledDefines the L0sEntryEnabled constant.
L1EntryEnabledDefines the L1EntryEnabled constant.
L0sAndL1EntryEnabledDefines the L0sAndL1EntryEnabled constant.
This topic describes the PCI_EXPRESS_ASPM_CONTROL enumeration.
L0sAndL1EntryDisabledDefines the L0sAndL1EntryDisabled constant.
L0sEntryEnabledDefines the L0sEntryEnabled constant.
L1EntryEnabledDefines the L1EntryEnabled constant.
L0sAndL1EntryEnabledDefines the L0sAndL1EntryEnabled constant.