1 2 3 4 5 6 7 8 9 10
//! The chip API when no chip is selected. pub mod ccm { pub use crate::common::ccm::*; } pub mod dma {} pub mod lpi2c {} pub(crate) mod reexports {} pub(crate) mod iomuxc {}