PCI_EXPRESS_L1_EXIT_LATENCY enumeration (miniport.h)
This topic describes the PCI_EXPRESS_L1_EXIT_LATENCY enumeration.
Syntax
typedef enum {
L1_Below1us,
L1_1us_2us,
L1_2us_4us,
L1_4us_8us,
L1_8us_16us,
L1_16us_32us,
L1_32us_64us,
L1_Above64us
} PCI_EXPRESS_L1_EXIT_LATENCY;
Constants
L1_Below1us Defines the L1_Below1us constant. |
L1_1us_2us Defines the L1_1us_2us constant. |
L1_2us_4us Defines the L1_2us_4us constant. |
L1_4us_8us Defines the L1_4us_8us constant. |
L1_8us_16us Defines the L1_8us_16us constant. |
L1_16us_32us Defines the L1_16us_32us constant. |
L1_32us_64us Defines the L1_32us_64us constant. |
L1_Above64us Defines the L1_Above64us constant. |
Requirements
Requirement | Value |
---|---|
Header | miniport.h (include Miniport.h) |