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

◆ BIT_ZERO

#define BIT_ZERO ( pos)
Value:
(~BIT_ONE(pos))

Creates a bit mask from one zero among the remaining ones (for example 11..11101111).

Parameters
posPosition of one-bit.
Returns
Bitmask.