ACPI_PLD_SHAPE 枚举 (acpitabl.h)

描述形状位 74:77。

语法

typedef enum _ACPI_PLD_SHAPE {
  AcpiPldShapeRound,
  AcpiPldShapeOval,
  AcpiPldShapeSquare,
  AcpiPldShapeVRect,
  AcpiPldShapeHRect,
  AcpiPldShapeVTrap,
  AcpiPldShapeHTrap,
  AcpiPldShapeUnknown,
  AcpiPldShapeChamfered
} ACPI_PLD_SHAPE, *PACPI_PLD_SHAPE;

常量

 
AcpiPldShapeRound
值为 0。
AcpiPldShapeOval
值为 1。
AcpiPldShapeSquare
值为 2。
AcpiPldShapeVRect
值为 3。
AcpiPldShapeHRect
值为 4。
AcpiPldShapeVTrap
值为 5。
AcpiPldShapeHTrap
值为 6。
AcpiPldShapeUnknown
值为 7。
AcpiPldShapeChamfered
值为 8。

要求

要求
Header acpitabl.h