Sets the appropriate bits in a value according to a specified bit mask.
Files
lib_def.h
Prototype
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
DEF_BIT_SET(val, mask);
|
Arguments
val
Value to modify by setting the specified bits.
...
Sets the appropriate bits in a value according to a specified bit mask.
lib_def.h
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
DEF_BIT_SET(val, mask);
|
val
Value to modify by setting the specified bits.
...