ACPI_PLD_EDGE enumeration (acpitabl.h)
Describes joint edge bits 10:12,24:26.
Syntax
typedef enum _ACPI_PLD_EDGE {
AcpiPldEdgeTop,
AcpiPldEdgeBottom,
AcpiPldEdgeLeft,
AcpiPldEdgeRight,
AcpiPldEdgeUnknown
} ACPI_PLD_EDGE, *PACPI_PLD_EDGE;
Constants
AcpiPldEdgeTop Value is 0. |
AcpiPldEdgeBottom Value is 1. |
AcpiPldEdgeLeft Value is 2. |
AcpiPldEdgeRight Value is 3. |
AcpiPldEdgeUnknown Value is 4. |
Requirements
Requirement | Value |
---|---|
Header | acpitabl.h |