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

◆ ChipsetTimingConfig() [1/2]

fl::ChipsetTimingConfig::ChipsetTimingConfig ( )
inlineconstexpr

Definition at line 23 of file chipset_timing_config.h.

24 : t1_ns(0), t2_ns(0), t3_ns(0), reset_us(0), name("UNSET") {}
u32 t1_ns
T0H: High time for bit 0 (nanoseconds)
u32 t2_ns
T1H-T0H: Additional high time for bit 1 (nanoseconds)
u32 reset_us
Reset/latch time (microseconds)
const char * name
Human-readable chipset name.
u32 t3_ns
T0L: Low tail duration (nanoseconds)

References FL_NOEXCEPT, name, reset_us, t1_ns, t2_ns, and t3_ns.

Referenced by operator!=(), and operator==().

+ Here is the caller graph for this function: