Closed
Description
Currently, svd2rust
supports overlapping registers via the cli flag --nightly
. This will generate an union
of all registers that overlap each other.
Since it is not expected that non-Copy
fields in unions will be stabilized soon (see tracking issue rust-lang/rust#32836), another system for access would prove beneficial for library maintainers and users wanting to access overlapping registers using stable rust.
related #16