Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ data
Method
data
src/platforms/shared/spi_types.cpp.hpp:56–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
fl::span<u8> DMABuffer::data() const FL_NOEXCEPT {
57
if (!ok()) {
58
return fl::span<u8>();
59
}
60
return mInternal->buffer;
61
}
62
63
SPIError DMABuffer::error() const FL_NOEXCEPT {
64
return error_code;
Callers
15
read
Method · 0.45
getStripPixelData
Function · 0.45
decodeRmtSymbols
Function · 0.45
RmtRxChannelImpl
Class · 0.45
handleSkipPhase
Method · 0.45
allocateAndArm
Method · 0.45
getReceivedSymbols
Method · 0.45
transmit
Method · 0.45
beginBatchedTransmission
Method · 0.45
beginTransmission
Method · 0.45
processPendingChannels
Method · 0.45
startNextChannel
Method · 0.45
Calls
no outgoing calls
Tested by
3
main
Function · 0.36
main
Function · 0.36
main
Function · 0.36