Skip to content

Instantly share code, notes, and snippets.

@stephan-vandenheuvel
Created November 7, 2014 16:16
Show Gist options
  • Save stephan-vandenheuvel/82fee7429672c4cf9567 to your computer and use it in GitHub Desktop.
Save stephan-vandenheuvel/82fee7429672c4cf9567 to your computer and use it in GitHub Desktop.
struct MyPackeddata {
uint twoBitVal : 2;
unit fourBitVal : 4;
uint oneBitVal : 1;
uint oneBitVal : 1;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment