Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ endTransaction
Method
endTransaction
src/fastspi_nop.h:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
void release() { /* TODO */ }
41
42
void endTransaction() {
43
waitFully();
44
release();
45
}
46
47
/// wait until all queued up data has been written
48
void waitFully();
Callers
nothing calls this directly
Calls
2
release
Function · 0.85
waitFully
Function · 0.70
Tested by
no test coverage detected