FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kField_InsertNamedRange_ (   REG_REF,
  FIELD_NAME,
  FLD_VAL 
)
related

Inserts a bitfield into an existing register value by token-pasting left/right macros using a specific naming scheme.

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

Parameters
REG_REFPointer to register value.
FIELD_NAMEMacro prefix, prepended to _MSB and _LSB.
FLD_VALField value.