Module drone_riscv::reg::prelude [−][src]
The Memory-Mapped Registers prelude.
The purpose of this module is to alleviate imports of many common reg
traits by adding a glob import to the top of reg
heavy modules:
use drone_riscv::reg::prelude::*;
Re-exports
pub use drone_core::reg::prelude::*; |