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

◆ total_period_ns()

u32 fl::ChipsetTimingConfig::total_period_ns ( ) const
inlineconstexpr

Get total bit period (T1 + T2 + T3)

Definition at line 36 of file chipset_timing_config.h.

36 {
37 return t1_ns + t2_ns + t3_ns;
38 }
u32 t1_ns
T0H: High time for bit 0 (nanoseconds)
u32 t2_ns
T1H-T0H: Additional high time for bit 1 (nanoseconds)
u32 t3_ns
T0L: Low tail duration (nanoseconds)

References FL_NOEXCEPT, t1_ns, t2_ns, and t3_ns.

Referenced by anonymous_namespace{AutoResearchRemote.cpp}::expectedClocklessWireUs().

+ Here is the caller graph for this function: