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

◆ DeviceImplBase()

fl::spi::DeviceImplBase::DeviceImplBase ( )
inline

Constructor.

Definition at line 25 of file device_impl_base.h.

26 : backend()
27 , initialized(false)
28 , owns_backend(false) {}
bool owns_backend
Whether this device owns the backend (for cleanup)
bool initialized
Whether hardware is initialized.
fl::shared_ptr< SpiHwBase > backend
Polymorphic SPI hardware backend (SpiHw1/2/4/8)

References backend, FL_NOEXCEPT, initialized, and owns_backend.

Referenced by fl::spi::MultiLaneDevice::Impl::Impl().

+ Here is the caller graph for this function: