Expand description
Utilities for encoding procedural operations into ACPI Machine Language (AML).
Structs§
- AndOp
- A bitwise AND AML operation.
- OrOp
- A bitwise OR AML operation.
- Return
Op - An AML operation to return from a procedure.
Traits§
- Operation
Object - An AML operation.