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

◆ int_to_ptr()

template<typename T>
T * fl::int_to_ptr ( uptr value)
noexcept

Definition at line 70 of file bit_cast.h.

70 {
71 return bit_cast<T*>(value);
72}
To bit_cast(const From &from) noexcept
Definition bit_cast.h:39

References bit_cast().

Referenced by CLEDController::beginShowLeds().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: