Robin Mueller
5d1740efea
All checks were successful
Rust/va416xx-rs/pipeline/head This commit looks good
Monorepo for Rust support of VA416XX family of radiation hardened MCUs
5 lines
118 B
Rust
5 lines
118 B
Rust
//! Prelude
|
|
pub use crate::clock::{ClkgenExt, SyscfgExt};
|
|
pub use fugit::ExtU32 as _;
|
|
pub use fugit::RateExtU32 as _;
|