MCPcopy Create free account
hub / github.com/FastLED/FastLED / reset

Method reset

src/platforms/stub/spi_8_stub.cpp.hpp:152–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void SpiHw8Stub::reset() FL_NOEXCEPT {
153 mLastBuffer.clear();
154 mTransmitCount = 0;
155 mBusy = false;
156}
157
158fl::vector<fl::vector<u8>> SpiHw8Stub::extractLanes(u8 num_lanes, size_t bytes_per_lane) const FL_NOEXCEPT {
159 fl::vector<fl::vector<u8>> lanes(num_lanes);

Callers 5

endMethod · 0.45
remove_handlerMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected