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

◆ clearBackend()

void fl::spi::DeviceImplBase::clearBackend ( )
inline

Clear backend state.

Definition at line 43 of file device_impl_base.h.

43 {
44 backend = nullptr;
45 initialized = false;
46 }
bool initialized
Whether hardware is initialized.
fl::shared_ptr< SpiHwBase > backend
Polymorphic SPI hardware backend (SpiHw1/2/4/8)

References backend, and initialized.

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

+ Here is the caller graph for this function: