Function tixml2svd::get_parser_from_filename [] [src]

pub fn get_parser_from_filename(
    root: &str,
    filename: &str
) -> Result<EventReader<File>>

Used by process_device_base to open each peripheral file and provide a xml parser for the file. It only makes sense to replace this if you wish to run this code without file-based storage.