We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
access
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the TI MSPM0 SVDs, some registers use the non-standard read-writeonce access. For obvious reasons this is going to result in a parse error.
read-writeonce
Would there be any objections to an addition to just map this access type to read-write (whether to guard it behind a flag is a different question)?
read-write
The text was updated successfully, but these errors were encountered:
read-writeonce => read-writeOnce
read-writeOnce
Sorry, something went wrong.
#277
No branches or pull requests
In the TI MSPM0 SVDs, some registers use the non-standard
read-writeonce
access. For obvious reasons this is going to result in a parse error.Would there be any objections to an addition to just map this access type to
read-write
(whether to guard it behind a flag is a different question)?The text was updated successfully, but these errors were encountered: