ESP-IDF
atomic_add()
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
atomic_add()
atomic_add() function
Atomic addition. This routine performs an atomic addition on @a target.
Syntax
Show:
Summary
Declaration
from
atomic.h:58
static
inline
atomic_val_t
atomic_add
(
atomic_t
*
target
,
atomic_val_t
value
)
;
Arguments
Argument
Description
target
Address of atomic variable.
value
Value to add.
Return value
Previous value of @a target.
Examples
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