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

Method isInUse

src/fl/channels/data.h:87–87  ·  view source on GitHub ↗

@brief Check if channel data is currently in use by the driver @return true if driver is transmitting this data, false otherwise

Source from the content-addressed store, hash-verified

85 /// @brief Check if channel data is currently in use by the driver
86 /// @return true if driver is transmitting this data, false otherwise
87 bool isInUse() const FL_NOEXCEPT { return mInUse; }
88
89 /// @brief Mark channel data as in use by the driver
90 /// @param inUse true to mark as in use, false to mark as available

Callers 13

showPixelsMethod · 0.80
showPixelsMethod · 0.80
showPixelsMethod · 0.80
loadPixelDataMethod · 0.80
showPixelsMethod · 0.80
ClocklessControllerClass · 0.80
FL_TEST_FILEFunction · 0.80
FL_TEST_FILEFunction · 0.80
FL_TEST_FILEFunction · 0.80
FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected