pub fn process_peripheral_base<I, O>(
    args: &Args,
    parser: EventReader<I>,
    xml_out: &mut EventWriter<&mut O>
) -> Result<()>where
    I: Read,
    O: Write,
Expand description

Convert a TIXML peripheral to SVD.