Module ops

Module ops 

Source
Expand description

Utilities for encoding procedural operations into ACPI Machine Language (AML).

Structs§

AndOp
A bitwise AND AML operation.
CreateDWordFieldOp
An AML CreateDWordField operation.
ElseOp
An AML Else operation (must follow an IfOp).
IfOp
An AML If conditional operation.
LEqualOp
An AML LEqual comparison.
OrOp
A bitwise OR AML operation.
ReturnOp
An AML operation to return from a procedure.
StoreOp
An AML Store operation (Store source to destination).

Traits§

OperationObject
An AML operation.