Edge AI Add-on API
2.2.0
Loading...
Searching...
No Matches
◆
BIT_IS_SET
#define BIT_IS_SET
(
value
,
pos
)
Value:
(
BIT_ONE
(pos) & (value) != 0)
BIT_ONE
#define BIT_ONE(pos)
Creates a bit mask from one unit among the remaining zeros (for example 00..00000010).
Definition
nrf_edgeai_macro.h:33
Checks that bit is set.
Parameters
value
Value that for test bit.
pos
Position number of the bit.
Returns
True if this bit is set, else in otherwise.
include
nrf_edgeai
nrf_edgeai_macro.h
Generated on Thu Jul 9 2026 11:59:51 for Edge AI Add-on API by
1.12.0