FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator&()
[2/2]
RemoteClearFlags
fl::operator&
(
RemoteClearFlags
a
,
RemoteClearFlags
b
)
inline
Definition at line
45
of file
types.h
.
45
{
46
return
static_cast<
RemoteClearFlags
>
(
static_cast<
u8
>
(a) &
static_cast<
u8
>
(b));
47
}
fl::u8
unsigned char u8
Definition
stdint.h:131
fl::RemoteClearFlags
RemoteClearFlags
Flags for clearing Remote state (can be OR'd together)
Definition
types.h:32
fl
Generated on Tue Jun 16 2026 00:07:04 for FastLED by
1.13.2