ACPI_PLD_SHAPE enumeration (acpitabl.h)
Describes shape bits 74:77.
Syntax
typedef enum _ACPI_PLD_SHAPE {
AcpiPldShapeRound,
AcpiPldShapeOval,
AcpiPldShapeSquare,
AcpiPldShapeVRect,
AcpiPldShapeHRect,
AcpiPldShapeVTrap,
AcpiPldShapeHTrap,
AcpiPldShapeUnknown,
AcpiPldShapeChamfered
} ACPI_PLD_SHAPE, *PACPI_PLD_SHAPE;
Constants
AcpiPldShapeRound Value is 0. |
AcpiPldShapeOval Value is 1. |
AcpiPldShapeSquare Value is 2. |
AcpiPldShapeVRect Value is 3. |
AcpiPldShapeHRect Value is 4. |
AcpiPldShapeVTrap Value is 5. |
AcpiPldShapeHTrap Value is 6. |
AcpiPldShapeUnknown Value is 7. |
AcpiPldShapeChamfered Value is 8. |
Requirements
Requirement | Value |
---|---|
Header | acpitabl.h |