MCPcopy Create free account
hub / github.com/FastLED/FastLED / map16_to_32

Function map16_to_32

src/fl/math/intmap.h:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58/// @deprecated Use int_scale<uint16_t, uint32_t>() instead
59
60inline u32 map16_to_32(u16 x) FL_NOEXCEPT {
61 return fl::int_scale<u16, u32>(x);
62}
63
64/// @deprecated Use int_scale<uint16_t, uint8_t>() instead
65

Callers 1

intmap.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected