FastLED
3.9.15
Loading...
Searching...
No Matches
◆
fetch_and()
template<typename T>
T
fl::AtomicFake
< T >::fetch_and
(
T
value
)
inline
Definition at line
171
of file
atomic.h
.
171
{
172
T
old
=
mValue
;
173
T
temp
=
old
&
value
;
174
mValue
=
temp
;
175
return
old
;
176
}
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