MCPcopy Create free account
hub / github.com/FastLED/FastLED / isClockless

Method isClockless

src/fl/channels/channel.h:102–102  ·  view source on GitHub ↗

@brief Check if this is a clockless chipset

Source from the content-addressed store, hash-verified

100
101 /// @brief Check if this is a clockless chipset
102 bool isClockless() const { return mChipset.is<ClocklessChipset>(); }
103
104 /// @brief Check if this is an SPI chipset
105 bool isSpi() const { return mChipset.is<SpiChipsetConfig>(); }

Callers 9

canHandleMethod · 0.45
canHandleMethod · 0.45
transmitClocklessMethod · 0.45
showMethod · 0.45
FL_TEST_FILEFunction · 0.45
canHandleMethod · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected