Rust register mappings for the NXP LPC11Uxx family of ARM Cortex-M0+ microcontrollers. The code is generated automatically from the SVD file using svd2rust.
The SVD file contained some duplicate definitions and some other errors which needed to be fixed.
svd2rust -i LPC11Uxx.svd
mv lib.rs src/lib.rs
cargo fmt