riscv-aia 0.0.0

Low level access to the RISC-V Advanced Interrupt Architecture (AIA)
Documentation
1
2
3
4
5
6
7
//! Memory-mapped peripherals for RISC-V AIA.

pub mod aplic;
pub mod imsic;

pub use aplic::Aplic;
pub use imsic::Imsic;