PCI_EXPRESS_L0s_EXIT_LATENCY enumeration (ntddk.h)
This topic describes the PCI_EXPRESS_L0s_EXIT_LATENCY enumeration.
Syntax
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;
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. |
Requirements
Requirement | Value |
---|---|
Header | ntddk.h (include Ntddk.h) |