enumerazione ACPI_PLD_SHAPE (acpitabl.h)
Descrive i bit della forma 74:77.
Sintassi
typedef enum _ACPI_PLD_SHAPE {
AcpiPldShapeRound,
AcpiPldShapeOval,
AcpiPldShapeSquare,
AcpiPldShapeVRect,
AcpiPldShapeHRect,
AcpiPldShapeVTrap,
AcpiPldShapeHTrap,
AcpiPldShapeUnknown,
AcpiPldShapeChamfered
} ACPI_PLD_SHAPE, *PACPI_PLD_SHAPE;
Costanti
AcpiPldShapeRound Il valore è 0. |
AcpiPldShapeOval Il valore è 1. |
AcpiPldShapeSquare Il valore è 2. |
AcpiPldShapeVRect Il valore è 3. |
AcpiPldShapeHRect Il valore è 4. |
AcpiPldShapeVTrap Il valore è 5. |
AcpiPldShapeHTrap Il valore è 6. |
AcpiPldShapeUnknown Il valore è 7. |
AcpiPldShapeChamfered Il valore è 8. |
Requisiti
Requisito | Valore |
---|---|
Intestazione | acpitabl.h |