|
FastLED 3.9.15
|
| bool fl::ChannelManager::setExclusiveDriver | ( | Bus | bus | ) |
Enable only one driver exclusively, by fl::Bus enum (runtime form).
| bus | Bus enum identifying the driver to enable (typed, typo-safe) |
setExclusiveDriverByName(busName(bus)). BusTraits<bus>::instancePtr() — for compile-time TU-linking, use the setExclusiveDriver<fl::Bus B>() template overload. Definition at line 244 of file manager.cpp.hpp.
References fl::busName(), and setExclusiveDriverByName().
Here is the call graph for this function: