Skip to content
New issue

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

Add support for bit fields #21

Closed
vkottler opened this issue Sep 28, 2023 · 4 comments
Closed

Add support for bit fields #21

vkottler opened this issue Sep 28, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@vkottler
Copy link
Owner

With volatile support and bit fields we should be able to implement bit-field generation

can draw inspiration from runtimepy

@vkottler vkottler added the enhancement New feature or request label Sep 28, 2023
@vkottler vkottler self-assigned this Sep 28, 2023
@vkottler
Copy link
Owner Author

Working on this here: #22.

@vkottler
Copy link
Owner Author

Neither of these:

Seem to be useful at all for what I'm looking to build (auto-generate a HAL layer).

@vkottler
Copy link
Owner Author

thought about just making the "type" (for return + setter arg) a template parameter but I don't think it makes sense

@vkottler
Copy link
Owner Author

This is implemented, including special handling for "flag" fields + enums (#22).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant