PCI_EXPRESS_L0s_EXIT_LATENCY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// miniport.h

typedef enum {
  L0s_Below64ns,
  L0s_64ns_128ns,
  L0s_128ns_256ns,
  L0s_256ns_512ns,
  L0s_512ns_1us,
  L0s_1us_2us,
  L0s_2us_4us,
  L0s_Above4us
} PCI_EXPRESS_L0s_EXIT_LATENCY;
View the official Windows Driver Kit DDI reference
// ntddk.h

typedef enum {
  L0s_Below64ns,
  L0s_64ns_128ns,
  L0s_128ns_256ns,
  L0s_256ns_512ns,
  L0s_512ns_1us,
  L0s_1us_2us,
  L0s_2us_4us,
  L0s_Above4us
} PCI_EXPRESS_L0s_EXIT_LATENCY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-miniport-pci_express_l0s_exit_latency)

Description

This topic describes the PCI_EXPRESS_L0s_EXIT_LATENCY enumeration.

Constants

L0s_Below64ns

Defines the L0s_Below64ns constant.

L0s_64ns_128ns

Defines the L0s_64ns_128ns constant.

L0s_128ns_256ns

Defines the L0s_128ns_256ns constant.

L0s_256ns_512ns

Defines the L0s_256ns_512ns constant.

L0s_512ns_1us

Defines the L0s_512ns_1us constant.

L0s_1us_2us

Defines the L0s_1us_2us constant.

L0s_2us_4us

Defines the L0s_2us_4us constant.

L0s_Above4us

Defines the L0s_Above4us constant.

Remarks

See also


Windows Driver Kit DDI reference (ne-ntddk-pci_express_l0s_exit_latency)

Description

This topic describes the PCI_EXPRESS_L0s_EXIT_LATENCY enumeration.

Constants

L0s_Below64ns

Defines the L0s_Below64ns constant.

L0s_64ns_128ns

Defines the L0s_64ns_128ns constant.

L0s_128ns_256ns

Defines the L0s_128ns_256ns constant.

L0s_256ns_512ns

Defines the L0s_256ns_512ns constant.

L0s_512ns_1us

Defines the L0s_512ns_1us constant.

L0s_1us_2us

Defines the L0s_1us_2us constant.

L0s_2us_4us

Defines the L0s_2us_4us constant.

L0s_Above4us

Defines the L0s_Above4us constant.

Remarks

See also