FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator>>()

FASTLED_FORCE_INLINE u16x16 fl::u16x16::operator>> ( int shift) const
inlineconstexpr

Definition at line 96 of file u16x16.h.

96 {
97 return from_raw(mValue >> shift);
98 }
u32 mValue
Definition u16x16.h:201
static constexpr FASTLED_FORCE_INLINE u16x16 from_raw(u32 raw) FL_NOEXCEPT
Definition u16x16.h:53

References u16x16(), FASTLED_FORCE_INLINE, FL_NOEXCEPT, from_raw(), and mValue.

+ Here is the call graph for this function: