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

◆ operator==()

bool fl::ClocklessChipset::operator== ( const ClocklessChipset & other) const
inline

Equality operator.

Examples
/home/runner/work/FastLED/FastLED/src/fl/channels/config.h.

Definition at line 63 of file config.h.

63 {
64 return pin == other.pin &&
65 timing == other.timing &&
66 encoder == other.encoder;
67 }
ChipsetTimingConfig timing
T1/T2/T3 timing parameters.
Definition config.h:34
int pin
GPIO data pin.
Definition config.h:33
ClocklessEncoder encoder
Byte-level encoding pipeline (default: WS2812)
Definition config.h:35

References ClocklessChipset(), encoder, FL_NOEXCEPT, pin, and timing.

+ Here is the call graph for this function: