Versions Compared

Key

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

...

Code Block
LanguageC++
CaptionTextCAPTION
languagecpp
          DEF_BIT_FIELD_RD(val, field_mask);

Arguments

val

Value to a read from.

field_mask

Mask of field to read.

...