Fix byte alignment for right aligned functions.
[apps/agl-service-can-low-level.git] / src / bitfield / bitfield.h
2013-12-31 Christopher PeplinFix byte alignment for right aligned functions.
2013-12-29 Christopher PeplinAdd a function to set a single nibble in a bitarray.
2013-12-29 Christopher PeplinAdd get_byte and get_nibble to 8byte function set.
2013-12-29 Christopher PeplinStandardize function names to snake_case.
2013-12-29 Christopher PeplinSplit up 8 byte wrappers from generic bit array functions.
2013-12-29 Christopher PeplinStandardize argument ordering for bitfield functions.
2013-12-29 Christopher PeplinClean up bitfield API a bit.
2013-12-28 Christopher PeplinDraft work making the bitfield functions more generic.
2013-12-24 Christopher PeplinAdd test cases from vi-firmware.
2013-12-24 Christopher PeplinInitial commit, pulled from openxc/vi-firmware.