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

Function release

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

release the CS select

Source from the content-addressed store, hash-verified

39
40 /// release the CS select
41 void inline release() __attribute__((always_inline)) { if(mPSelect != nullptr) { mPSelect->release(); } }
42
43 void endTransaction() {
44 waitFully();

Callers 15

endTransactionFunction · 0.85
writeBytesValueFunction · 0.85
writeBytesFunction · 0.85
writePixelsFunction · 0.85
endTransactionMethod · 0.85
setFxMethod · 0.85
releaseIfNotEmptyMethod · 0.85
~weak_ptrMethod · 0.85
weak_ptrClass · 0.85
endTransactionMethod · 0.85
writeBytesValueMethod · 0.85
writeBytesMethod · 0.85

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected