ESP-IDF
atomic_or()
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_or()
atomic_or() function
Atomic bitwise inclusive OR. This routine atomically sets @a target to the bitwise inclusive OR of @a target and @a value.
Syntax
Show:
Summary
Declaration
from
atomic.h:180
static
inline
atomic_val_t
atomic_or
(
atomic_t
*
target
,
atomic_val_t
value
)
;
Arguments
Argument
Description
target
Address of atomic variable.
value
Value to OR.
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