You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
—
Reply to this email directly or view it on GitHub.
A simple way to acces fields of a bitfield would be usefull.
The text was updated successfully, but these errors were encountered: