We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With volatile support and bit fields we should be able to implement bit-field generation
volatile
can draw inspiration from runtimepy
The text was updated successfully, but these errors were encountered:
Working on this here: #22.
Sorry, something went wrong.
Neither of these:
Seem to be useful at all for what I'm looking to build (auto-generate a HAL layer).
thought about just making the "type" (for return + setter arg) a template parameter but I don't think it makes sense
This is implemented, including special handling for "flag" fields + enums (#22).
vkottler
No branches or pull requests
With
volatile
support and bit fields we should be able to implement bit-field generationcan draw inspiration from runtimepy
The text was updated successfully, but these errors were encountered: