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

◆ to_runtime_timing()

template<typename TIMING>
ChipsetTiming fl::to_runtime_timing ( )
constexpr

Convert enum-based timing type to runtime ChipsetTiming struct.

Template Parameters
TIMINGTiming type with enum-based T1, T2, T3, RESET values
Returns
Runtime ChipsetTiming struct initialized from timing type

Definition at line 521 of file led_timing.h.

521 {
522 return {TIMING::T1, TIMING::T2, TIMING::T3, TIMING::RESET, "timing"};
523}

References FL_NOEXCEPT.

Referenced by autoResearchLowMemorySetup(), and AutoResearchRemoteControl::registerFunctions().

+ Here is the caller graph for this function: