Union struct and bitfield in C
please see updated version: union struct bitfield and endianess in C
Typical usage of a bitfield with struct and union in C
/*
* Copyright © 2016 Enrico Rossi <e.rossi@tecnobrain.com>
*
* This work is free. You can redistribute it and/or modify it under the
* terms of the Do What The …