Add get_byte and get_nibble to 8byte function set.
[apps/agl-service-can-low-level.git] / src / bitfield / 8byte.c
2013-12-29 Christopher PeplinAdd get_byte and get_nibble to 8byte function set.
2013-12-29 Christopher PeplinDocument all bitfield functions.
2013-12-29 Christopher PeplinCheck if a value will fit in bitfield before setting.
2013-12-29 Christopher PeplinStandardize on snake_case naming as this is a C library.
2013-12-29 Christopher PeplinSplit up 8 byte wrappers from generic bit array functions.