arm-gic 0.2.0

A driver for the Arm Generic Interrupt Controller version 2, 3 or 4.
docs.rs failed to build arm-gic-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: arm-gic-0.7.1

Arm Generic Interrupt Controller driver

crates.io page docs.rs page

This crate provides Rust drivers for the Arm Generic Interrupt Controller version 2, 3 or 4 (GICv2, GICv3 and GICv4) on aarch32 and aarch64.

Because of large technical differences between the version 2 and version 3/4 Generic Interrupt Controllers, they have been separated in different modules. Use the one appropriate for your hardware. The interfaces are largely compatible. Only differences when dispatching software-generated interrupts should be considered. Look at the ARM manuals for further details.

This is not an officially supported Google product.

License

Licensed under either of

at your option.

Contributing

If you want to contribute to the project, see details of how we accept contributions.