This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Bit fields support

Hi all

is bit fields are supported in uV3???

regards

jagmeet

Parents
  • 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.

Reply
  • 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.

Children
No data