Versions Compared

Key

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

Reads a 'val' field, masked and shifted, given by mask 'field_mask'.

Files

lib_def.h

Prototype

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

Arguments

val

Value to read from.

...