A simple way to acces fields of a bitfield would be usefull. ``` cstruct some_struct { uint2_t field1; uint6_t field2; uint8_t some_byte; uint16_t rest } as little_endian ```