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

◆ isReady()

bool fl::spi::MultiLaneDevice::isReady ( ) const

Check if device is initialized.

Returns
true if initialized and ready

Definition at line 283 of file multi_lane_device.cpp.hpp.

283 {
284 return pImpl && pImpl->isReady();
285}
fl::unique_ptr< Impl > pImpl

References pImpl.

Referenced by flush(), isBusy(), operator=(), waitComplete(), and writeImpl().

+ Here is the caller graph for this function: