Shifts a bit mask.
Files
lib_def.h
Prototypes
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
DEF_BIT_MASK(bit_mask, bit_shift);
DEF_BIT_MASK_08(bit_mask, bit_shift);
DEF_BIT_MASK_16(bit_mask, bit_shift);
DEF_BIT_MASK_32(bit_mask, bit_shift);
DEF_BIT_MASK_64(bit_mask, bit_shift);
|
Arguments
bit_mask
Bit mask to shift.
...
bit_shift
values that overflow the target CPU and/or compiler environment (e.g. negative or greater-than-CPU-data-size values) may generate compiler warnings and/or errors.
Example Usage
...
Language | C++ |
---|---|
CaptionText | CAPTION |
language | cpp |
...