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

Function endTransaction

src/fastspi_ref.h:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 void inline release() __attribute__((always_inline)) { if(mPSelect != nullptr) { mPSelect->release(); } }
42
43 void endTransaction() {
44 waitFully();
45 release();
46 }
47
48 /// wait until all queued up data has been written
49 static void waitFully() { /* TODO */ }

Callers

nothing calls this directly

Calls 2

releaseFunction · 0.85
waitFullyFunction · 0.70

Tested by

no test coverage detected