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

◆ bus_register_one()

template<Bus B>
int fl::detail::bus_register_one ( )
inline

Helper used by enableDrivers<Bus...>() to expand the parameter pack.

Each call ODR-uses BusTraits<B>::registerWithManager(), which lazily constructs the driver singleton AND registers it with ChannelManager.

Definition at line 54 of file bus_traits.h.

54 {
56 return 0;
57}
Primary template — intentionally undefined.
Definition bus_traits.h:30

References FL_NOEXCEPT.

Referenced by fl::enableDrivers().

+ Here is the caller graph for this function: