Module resources

Source
Expand description

Utilities for encoding various resource types into ACPI Machine Language (AML).

Structs§

BusNumber
An ACPI bus number.
CurrentResourceSettings
A group of current ACPI resources (CRS)
DwordMemory
A 32-bit AML memory resource.
Interrupt
An ACPI interrupt.
IoPort
An ACPI IO port.
Memory32Fixed
A 32-bit, fixed-address AML memory resource.
QwordMemory
A 64-bit AML memory resource.

Enums§

MemoryAttribute
Attributes for AML memory resources.
MemoryCacheType
Cache types for AML memory resources.

Traits§

ResourceObject
An AML resource.