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

Method setInUse

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

@brief Mark channel data as in use by the driver @param inUse true to mark as in use, false to mark as available

Source from the content-addressed store, hash-verified

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
91 void setInUse(bool inUse) FL_NOEXCEPT { mInUse = inUse; }
92
93 /// @brief Set the padding generator for this channel
94 /// @param generator Function that writes data with padding to destination (nullptr for default left-padding)

Callers 15

pollMethod · 0.80
transmitBatchMethod · 0.80
showMethod · 0.80
pollMethod · 0.80
pollChannelsMethod · 0.80
beginTransmissionMethod · 0.80
startNextChannelMethod · 0.80
showMethod · 0.80
pollMethod · 0.80
beginTransmissionMethod · 0.80
showMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected