We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all
is bit fields are supported in uV3???
regards
jagmeet
Just remember that the standard leaves a lot of things open to the individual implementation. Because the standard doesn't define how to pad bits, and where in the integer they are located, they are problematic to use for accessing hardware register bits.
They are best for saving memory in internal memory structures, but most of the time normal bit operations are better to use.