summaryrefslogtreecommitdiffstats
path: root/src/bitfield/bitfield.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-29Add get_byte and get_nibble to 8byte function set.Christopher Peplin1-2/+0
2013-12-29Standardize function names to snake_case.Christopher Peplin1-3/+3
2013-12-29Split up 8 byte wrappers from generic bit array functions.Christopher Peplin1-50/+0
2013-12-29Standardize argument ordering for bitfield functions.Christopher Peplin1-12/+9
2013-12-29Clean up bitfield API a bit.Christopher Peplin1-144/+23
2013-12-28Hack together a legacy getBitField backed by new bit copying function.Christopher Peplin1-40/+50
2013-12-28Draft work making the bitfield functions more generic.Christopher Peplin1-28/+157
2013-12-24Initial commit, pulled from openxc/vi-firmware.Christopher Peplin1-0/+60