PCI_EXPRESS_ASPM_SUPPORT enumeração (ntddk.h)

Este tópico descreve a enumeração PCI_EXPRESS_ASPM_SUPPORT .

Syntax

typedef enum {
  NoAspmSupport,
  L0sEntrySupport,
  L1EntrySupport,
  L0sAndL1EntrySupport
} PCI_EXPRESS_ASPM_SUPPORT;

Constantes

 
NoAspmSupport
Define a constante NoAspmSupport .
L0sEntrySupport
Define a constante L0sEntrySupport .
L1EntrySupport
Define a constante L1EntrySupport .
L0sAndL1EntrySupport
Define a constante L0sAndL1EntrySupport .

Requisitos

Requisito Valor
Cabeçalho ntddk.h (inclua Ntddk.h)