summaryrefslogtreecommitdiffstats
path: root/src/bitfield/bitfield.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-04Add a get_bitfield function for byte arrays.Christopher Peplin1-1/+33
2014-01-03Fix some implicitly defined functions - import proper headers.Christopher Peplin1-0/+6
2013-12-31Fix byte alignment for right aligned functions.Christopher Peplin1-0/+27
2013-12-29Add a function to set a single nibble in a bitarray.Christopher Peplin1-0/+3
2013-12-29Add get_byte and get_nibble to 8byte function set.Christopher Peplin1-0/+2
2013-12-29Standardize function names to snake_case.Christopher Peplin1-7/+7
2013-12-29Split up 8 byte wrappers from generic bit array functions.Christopher Peplin1-59/+0
2013-12-29Standardize argument ordering for bitfield functions.Christopher Peplin1-4/+58
2013-12-29Clean up bitfield API a bit.Christopher Peplin1-13/+52
2013-12-28Draft work making the bitfield functions more generic.Christopher Peplin1-1/+16
2013-12-24Add test cases from vi-firmware.Christopher Peplin1-0/+8
2013-12-24Initial commit, pulled from openxc/vi-firmware.Christopher Peplin1-0/+58