Provide bit manipulation macros. More...
Go to the source code of this file.
Defines | |
| #define | CO_BIT(pos) (1UL<<(pos)) |
| Return value with one bit set. | |
Provide bit manipulation macros.
Copyright (C) RivieraWaves 2011-2019
Definition in file co_bit.h.
1.6.1