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

◆ from_raw()

static FASTLED_FORCE_INLINE s0x32x4 fl::s0x32x4::from_raw ( simd::simd_u32x4 r)
inlinestatic

Definition at line 22 of file s0x32x4.h.

22 {
23 s0x32x4 result;
24 result.raw = r;
25 return result;
26 }
expected< T, E > result
Alias for expected (Rust-style naming)
Definition result.h:31

References FASTLED_FORCE_INLINE.

Referenced by load(), and set1().

+ Here is the caller graph for this function: