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

◆ setInUse()

void fl::ChannelData::setInUse ( bool inUse)
inline

Mark channel data as in use by the driver.

Parameters
inUsetrue to mark as in use, false to mark as available

Definition at line 91 of file data.h.

91{ mInUse = inUse; }
volatile bool mInUse
Engine is transmitting this data (prevents creator updates)
Definition data.h:149

References FL_NOEXCEPT, and mInUse.