Module ops

Source
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.
ReturnOp
An AML operation to return from a procedure.

Traits§

OperationObject
An AML operation.