]> git.sur5r.net Git - u-boot/commit
include/bitfield: Add new bitfield operations
authorCodrin Ciubotariu <codrin.ciubotariu@freescale.com>
Fri, 24 Jul 2015 13:55:25 +0000 (16:55 +0300)
committerYork Sun <yorksun@freescale.com>
Mon, 21 Sep 2015 15:29:46 +0000 (08:29 -0700)
commit8756de2824e7c282afca59db3706aa5d473a7067
tree391c5f2d2a91fe2a65c6558ef36934846e16271d
parent440873dfc44eec4f92c482068c8be4c9f900032f
include/bitfield: Add new bitfield operations

These new operations allow manipulation of bitfields
within a word by using a mask instead of width and
shift values to extract/replace the bitfields.

Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@freescale.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: York Sun <yorksun@freescale.com>
include/bitfield.h