FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kField_CreateRange_ (   MSB,
  LSB,
  FLD_VAL 
)
related

Creates a bitfield within the specified bit range.

(MSB - LSB) must be strictly less than the bit width of the type of MSB. See remarks in kField_ToMask_ documentation.

Parameters
MSBLeftmost bit index in range (highest).
LSBRightmost bit index in range (lowest).
FLD_VALField value.
Returns
Composed bitfield.