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

◆ int_to_ptr()

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

Definition at line 76 of file bit_cast.h.

76 {
77 return bit_cast<T*>(value);
78}
constexpr int type_rank< T >::value
To bit_cast(const From &from) FL_NOEXCEPT
Definition bit_cast.h:48

References bit_cast(), FL_NOEXCEPT, and type_rank< T >::value.

Referenced by fl::CLEDController::beginShowLeds().

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