Closed lucab closed 1 year ago
Thanks for opening this issue.
I've made this correction for all devices in our SVD generator, so this should be fixed with the next round of SVDs. I will leave this issue open until those have been published, I don't have an estimated time frame at this point.
Thanks for the very prompt reaction! :heart:
This field's access level has been fixed in the newest SVDs.
The
RNG_DATA_REG
definitionesp32c3.svd
seems to be partially off:The register lacks a
<access>read-only</access>
to match the description in section 24.5 of the manual.I'm not sure what's the correct semantic default when the
access
property is missing from a register, but at least for the Rust bindings this seems to translate toread-write
access: https://docs.rs/esp32c3/0.10.0/esp32c3/rng/data/index.html