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

◆ mod()

static constexpr FASTLED_FORCE_INLINE u8x24 fl::u8x24::mod ( u8x24 a,
u8x24 b )
inlinestaticconstexpr

Definition at line 112 of file u8x24.h.

112 {
113 return from_raw(a.mValue % b.mValue);
114 }
static constexpr FASTLED_FORCE_INLINE u8x24 from_raw(u32 raw) FL_NOEXCEPT
Definition u8x24.h:53

References u8x24(), FASTLED_FORCE_INLINE, FL_NOEXCEPT, and from_raw().

+ Here is the call graph for this function: