Toggles specified bit(s) in a value.
Files
lib_def.h
Prototype
Code Block | ||
---|---|---|
| ||
DEF_BIT_TOGGLE(val, mask); |
Arguments
val
Value to modify by toggling the specified bits.
...
Toggles specified bit(s) in a value.
lib_def.h
Code Block | ||
---|---|---|
| ||
DEF_BIT_TOGGLE(val, mask); |
val
Value to modify by toggling the specified bits.
...