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

◆ map16_to_32()

LIB8STATIC_ALWAYS_INLINE uint32_t map16_to_32 ( uint16_t x)

Definition at line 29 of file intmap.h.

29 {
30 return uint32_t(x) * 0x10001;
31}
int x
Definition simple.h:92

References LIB8STATIC_ALWAYS_INLINE, and x.