ESP-IDF
+
0
/2 examples
SourceVu will show references to
bt_mesh_atomic_test_bit()
from the following samples and libraries:
wifi_coexist sample
fast_prov_server sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_atomic_test_bit()
bt_mesh_atomic_test_bit() function
Atomically test a bit. This routine tests whether bit number @a bit of @a target is set or not. The target may be a single atomic variable or an array of them.
Syntax
Show:
Summary
Declaration
from
atomic.h:216
static
inline
int
bt_mesh_atomic_test_bit
(
const
bt_mesh_atomic_t
*
target
,
int
bit
)
;
Arguments
Argument
Description
target
Address of atomic variable or array.
bit
Bit number (starting from 0).
Return value
1 if the bit was set, 0 if it wasn't.
Examples
bt_mesh_atomic_test_bit()
is referenced by 2 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out