FastLED
3.9.15
Loading...
Searching...
No Matches
◆
odr_use()
[1/2]
static void
fl::detail::BusKeepAliveImpl
<
B
>::odr_use
(
)
inline
static
Definition at line
98
of file
bus_traits.h
.
98
{
99
// ODR-use the singleton accessor's address — sufficient to keep
100
// the driver TU alive. We do NOT call `instance()` here because
101
// some platforms construct the driver eagerly inside the Meyers
102
// singleton and we want `Bus::X`-tagged `addLeds<>` to behave as
103
// a pure compile-time annotation (no runtime side effect beyond
104
// the linker keep-alive itself).
105
(
void
)&
BusTraits<B>::instance
;
106
}
fl::detail::BusKeepAliveImpl
Definition
bus_traits.h:97
fl
detail
BusKeepAliveImpl< fl::Bus::AUTO >
Generated on Tue Jun 16 2026 00:07:09 for FastLED by
1.13.2