Versions Compared

Key

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

Clears the appropriate bits in a value according to a specified bit mask.

Files

lib_def.h

Prototype

Code Block
LanguageC++
CaptionTextCAPTION
languagecpp
          DEF_BIT_CLR(val, mask);

Arguments

val

Value to modify by clearing the specified bits.

...

val and mask should be unsigned integers.

Example Usage

...

LanguageC++
CaptionTextCAPTION
languagecpp

...