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

◆ ChipsetTimingConfig() [2/2]

fl::ChipsetTimingConfig::ChipsetTimingConfig ( u32 t1,
u32 t2,
u32 t3,
u32 reset,
const char * name = "UNNAMED CHIPSET" )
inlineconstexpr

Definition at line 25 of file chipset_timing_config.h.

27 : t1_ns(t1), t2_ns(t2), t3_ns(t3), reset_us(reset), name(name) {}
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.