Due to a bug/missing feature of svd2rust (see https://github.com/rust-embedded/svd2rust/issues/44) It seems that fields cannot be expanded with tags, as a hack to allow this SVD to work with svd2rust, I have just manually expanded all of the fields that cause errors.
Fixes #35
Due to a bug/missing feature of svd2rust (see https://github.com/rust-embedded/svd2rust/issues/44) It seems that fields cannot be expanded with tags, as a hack to allow this SVD to work with svd2rust, I have just manually expanded all of the fields that cause errors.
I did not update the created lib.rs.