ESP-IDF
bt_mesh_atomic_cas()
is only used within ESP-IDF.
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_cas()
bt_mesh_atomic_cas() function
Syntax
Show:
Summary
Declaration
Definition
from
atomic.h:174
extern
bool
bt_mesh_atomic_cas
(
bt_mesh_atomic_t
*
target
,
bt_mesh_atomic_val_t
excepted
,
bt_mesh_atomic_val_t
new_val
)
;
Implemented in
atomic.c:173
Arguments
Argument
target
excepted
new_val
Examples
References
from
examples
Code
Location
Referrer
bool
bt_mesh_atomic_cas
(
bt_mesh_atomic_t
*
target
,
bt_mesh_atomic_val_t
excepted
,
bt_mesh_atomic_val_t
new_val
)
atomic.c:173
extern
bool
bt_mesh_atomic_cas
(
bt_mesh_atomic_t
*
target
,
bt_mesh_atomic_val_t
excepted
,
bt_mesh_atomic_val_t
new_val
)
;
atomic.h:174
if
(
bt_mesh_atomic_cas
(
&
BLE_MESH_ADV_BUSY
(
*
buf
)
,
1
,
0
)
)
{
adv.c:338
adv_thread()
if
(
bt_mesh_atomic_cas
(
&
BLE_MESH_ADV_BUSY
(
tx
->
seg
[
seg_idx
]
)
,
1
,
0
)
)
{
transport.c:321
seg_tx_done()
Call Tree
from
examples
bt_mesh_atomic_cas()
is called by 2 functions and calls 2 functions:
adv_thread()
seg_tx_done()
All items filtered out
bt_mesh_atomic_cas()
bt_mesh_atomic_lock()
bt_mesh_atomic_unlock()
All items filtered out
Data Use
from
examples
bt_mesh_atomic_cas()
:
All items filtered out
bt_mesh_atomic_cas()
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