[][src]Function imxrt_iomuxc_build::write_pads

pub fn write_pads<'a, W, I>(out: &mut W, ranges: I) -> Result<()> where
    W: Write,
    I: IntoIterator<Item = &'a PadRange> + Clone

Write type for all pad ranges to the provided writer, out

On success, out will contain a Rust module, pads, that has public submodules. The submodules are named after the PadRange tags (lower-case). The submodules will contain public type aliases that match the processor pads.