FastLED
3.9.15
Loading...
Searching...
No Matches
◆
fetch_or()
template<typename T>
T
fl::AtomicFake
< T >::fetch_or
(
T
value
)
inline
Definition at line
178
of file
atomic.h
.
178
{
179
T
old
=
mValue
;
180
T
temp
=
old
|
value
;
181
mValue
=
temp
;
182
return
old
;
183
}
fl::AtomicFake::mValue
T volatile mValue
Definition
atomic.h:193
fl::AtomicFake
Definition
atomic.h:48
fl
AtomicFake
Generated on Tue Jun 16 2026 00:07:04 for FastLED by
1.13.2