pub fn process_peripheral<I, O>(args: &Args, fin: I, fout: &mut O) -> Result<()>where
    I: Read,
    O: Write,
Expand description

Convert a TIXML peripheral to SVD.