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

◆ operator==()

bool fl::ChipsetTimingConfig::operator== ( const ChipsetTimingConfig & other) const
inlineconstexpr

Equality operator (all timing fields participate; name ignored)

Definition at line 41 of file chipset_timing_config.h.

41 {
42 return t1_ns == other.t1_ns &&
43 t2_ns == other.t2_ns &&
44 t3_ns == other.t3_ns &&
45 reset_us == other.reset_us;
46 }
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)
u32 t3_ns
T0L: Low tail duration (nanoseconds)

References ChipsetTimingConfig(), FL_NOEXCEPT, reset_us, t1_ns, t2_ns, and t3_ns.

+ Here is the call graph for this function: