MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ACPI_LPI_STATE_FLAGS Union Reference

Data Fields

struct {
   UINT32   Disabled: 1
 If set, LPI state is not used. More...
 
   UINT32   CounterUnavailable: 1
 
   UINT32   Reserved: 30
 Reserved for future use. Must be zero. More...
 
Bits
 
UINT32 Data32
 

Detailed Description

Low Power Idle (LPI) State Flags

Field Documentation

struct { ... } ACPI_LPI_STATE_FLAGS::Bits
UINT32 ACPI_LPI_STATE_FLAGS::CounterUnavailable

If set, Residency counter is not available for this LPI state and Residency Counter Frequency is invalid

UINT32 ACPI_LPI_STATE_FLAGS::Data32
UINT32 ACPI_LPI_STATE_FLAGS::Disabled

If set, LPI state is not used.

UINT32 ACPI_LPI_STATE_FLAGS::Reserved

Reserved for future use. Must be zero.