Hi.
Sorry for creating issue but I don't see the Discussions enabled for this project.
I have a struct which is not fully populated with data - it is zero gaped and only single bytes have some meanings.
I want to ask if if is possible to do something like below:
I mean to specify byte and then some bits from this byte. Currently it is telling me that field are overlapping.
Am I correct that I need to use bits or bytes only for one field?
Hi. Sorry for creating issue but I don't see the
Discussions
enabled for this project. I have a struct which is not fully populated with data - it is zero gaped and only single bytes have some meanings.I want to ask if if is possible to do something like below:
I mean to specify byte and then some bits from this byte. Currently it is telling me that field are overlapping. Am I correct that I need to use bits or bytes only for one field?