FastLED
3.9.15
Loading...
Searching...
No Matches
◆
fetch_xor()
template<typename T>
T
fl::AtomicFake
< T >::fetch_xor
(
T
value
)
inline
Definition at line
185
of file
atomic.h
.
185
{
186
T
old
=
mValue
;
187
T
temp
=
old
^
value
;
188
mValue
=
temp
;
189
return
old
;
190
}
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