Module acpi::platform[][src]

Re-exports

pub use interrupt::Apic;
pub use interrupt::InterruptModel;
pub use interrupt::InterruptSourceOverride;
pub use interrupt::IoApic;
pub use interrupt::LocalInterruptLine;
pub use interrupt::NmiLine;
pub use interrupt::NmiProcessor;
pub use interrupt::NmiSource;
pub use interrupt::Polarity;
pub use interrupt::TriggerMode;

Modules

address

ACPI defines a Generic Address Structure (GAS), which provides a versatile way to describe register locations in a wide range of address spaces.

interrupt

Structs

PlatformInfo

PlatformInfo allows the collection of some basic information about the platform from some of the fixed-size tables in a nice way. It requires access to the FADT and MADT. It is the easiest way to get information about the processors and interrupt controllers on a platform.

PmTimer

Information about the ACPI Power Management Timer (ACPI PM Timer).

Processor
ProcessorInfo

Enums

ProcessorState