Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

lib_def.h

Prototype

Code Block
LanguageC++
CaptionTextCAPTION
languagecpp
          DEF_BIT_FIELD_WR(var, field_val, field_mask)


Arguments

var

Variable to write field to.

...

Mask of field to write to.

Returned Value

Field value, masked and left-shifted to field positionNone.

Required Configuration

None.

...