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