ESP-IDF
BLE_MESH_ATOMIC_BITS
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BLE_MESH_ATOMIC_BITS
BLE_MESH_ATOMIC_BITS macro
@cond INTERNAL_HIDDEN
Syntax
Show:
Summary
Declaration
from
atomic.h:181
#define
BLE_MESH_ATOMIC_BITS
(
sizeof
(
bt_mesh_atomic_val_t
)
*
8
)
Examples
References
from
examples
Code
Location
#define
BLE_MESH_ATOMIC_BITS
(
sizeof
(
bt_mesh_atomic_val_t
)
*
8
)
atomic.h:181
#define
BLE_MESH_ATOMIC_MASK
(
bit
)
(
1
<
<
(
(
bit
)
&
(
BLE_MESH_ATOMIC_BITS
-
1
)
)
)
atomic.h:182
#define
BLE_MESH_ATOMIC_ELEM
(
addr
,
bit
)
(
(
addr
)
+
(
(
bit
)
/
BLE_MESH_ATOMIC_BITS
)
)
atomic.h:183
bt_mesh_atomic_t
name
[
1
+
(
(
num_bits
)
-
1
)
/
BLE_MESH_ATOMIC_BITS
]
atomic.h:203
return
(
1
&
(
val
>
>
(
bit
&
(
BLE_MESH_ATOMIC_BITS
-
1
)
)
)
)
;
atomic.h:220
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