Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
endTransaction
Function · 0.85
writeBytesValue
Function · 0.85
writeBytes
Function · 0.85
writePixels
Function · 0.85
endTransaction
Method · 0.85
setFx
Method · 0.85
releaseIfNotEmpty
Method · 0.85
~weak_ptr
Method · 0.85
weak_ptr
Class · 0.85
endTransaction
Method · 0.85
writeBytesValue
Method · 0.85
writeBytes
Method · 0.85
Calls
1
release
Method · 0.45
Tested by
no test coverage detected