Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches

◆ BIT_ONE

#define BIT_ONE ( pos)
Value:
(1UL << (pos))

Creates a bit mask from one unit among the remaining zeros (for example 00..00000010).

Parameters
posPosition of one-bit.
Returns
Bitmask.