ESP-IDF
BLE_MESH_ATOMIC_ELEM
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BLE_MESH_ATOMIC_ELEM
BLE_MESH_ATOMIC_ELEM macro
Syntax
Show:
Summary
Declaration
from
atomic.h:183
#define
BLE_MESH_ATOMIC_ELEM
(
addr
,
bit
)
(
(
addr
)
+
(
(
bit
)
/
BLE_MESH_ATOMIC_BITS
)
)
Arguments
Argument
addr
bit
Examples
References
from
examples
Code
Location
#define
BLE_MESH_ATOMIC_ELEM
(
addr
,
bit
)
(
(
addr
)
+
(
(
bit
)
/
BLE_MESH_ATOMIC_BITS
)
)
atomic.h:183
bt_mesh_atomic_val_t
val
=
bt_mesh_atomic_get
(
BLE_MESH_ATOMIC_ELEM
(
target
,
bit
)
)
;
atomic.h:218
old
=
bt_mesh_atomic_and
(
BLE_MESH_ATOMIC_ELEM
(
target
,
bit
)
,
~
mask
)
;
atomic.h:239
old
=
bt_mesh_atomic_or
(
BLE_MESH_ATOMIC_ELEM
(
target
,
bit
)
,
mask
)
;
atomic.h:260
(
void
)
bt_mesh_atomic_and
(
BLE_MESH_ATOMIC_ELEM
(
target
,
bit
)
,
~
mask
)
;
atomic.h:280
(
void
)
bt_mesh_atomic_or
(
BLE_MESH_ATOMIC_ELEM
(
target
,
bit
)
,
mask
)
;
atomic.h:298
(
void
)
bt_mesh_atomic_or
(
BLE_MESH_ATOMIC_ELEM
(
target
,
bit
)
,
mask
)
;
atomic.h:318
(
void
)
bt_mesh_atomic_and
(
BLE_MESH_ATOMIC_ELEM
(
target
,
bit
)
,
~
mask
)
;
atomic.h:320
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