ACPI_PLD_ROTATION enumeration (acpitabl.h)

Describes rotation bits 115:118.

Syntax

typedef enum _ACPI_PLD_ROTATION {
  AcpiPldRotation0,
  AcpiPldRotation45,
  AcpiPldRotation90,
  AcpiPldRotation135,
  AcpiPldRotation180,
  AcpiPldRotation225,
  AcpiPldRotation270,
  AcpiPldRotation315
} ACPI_PLD_ROTATION, *PACPI_PLD_ROTATION;

Constants

 
AcpiPldRotation0
Value is 0.
AcpiPldRotation45
Value is 1.
AcpiPldRotation90
Value is 2.
AcpiPldRotation135
Value is 3.
AcpiPldRotation180
Value is 4.
AcpiPldRotation225
Value is 5.
AcpiPldRotation270
Value is 6.
AcpiPldRotation315
Value is 7.

Requirements

Requirement Value
Header acpitabl.h