// 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 referenceNo description available.
This topic describes the PCI_EXPRESS_L0s_EXIT_LATENCY enumeration.
L0s_Below64nsDefines the L0s_Below64ns constant.
L0s_64ns_128nsDefines the L0s_64ns_128ns constant.
L0s_128ns_256nsDefines the L0s_128ns_256ns constant.
L0s_256ns_512nsDefines the L0s_256ns_512ns constant.
L0s_512ns_1usDefines the L0s_512ns_1us constant.
L0s_1us_2usDefines the L0s_1us_2us constant.
L0s_2us_4usDefines the L0s_2us_4us constant.
L0s_Above4usDefines the L0s_Above4us constant.
This topic describes the PCI_EXPRESS_L0s_EXIT_LATENCY enumeration.
L0s_Below64nsDefines the L0s_Below64ns constant.
L0s_64ns_128nsDefines the L0s_64ns_128ns constant.
L0s_128ns_256nsDefines the L0s_128ns_256ns constant.
L0s_256ns_512nsDefines the L0s_256ns_512ns constant.
L0s_512ns_1usDefines the L0s_512ns_1us constant.
L0s_1us_2usDefines the L0s_1us_2us constant.
L0s_2us_4usDefines the L0s_2us_4us constant.
L0s_Above4usDefines the L0s_Above4us constant.