MCPcopy 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
56fl::span<u8> DMABuffer::data() const FL_NOEXCEPT {
57 if (!ok()) {
58 return fl::span<u8>();
59 }
60 return mInternal->buffer;
61}
62
63SPIError DMABuffer::error() const FL_NOEXCEPT {
64 return error_code;

Callers 15

readMethod · 0.45
getStripPixelDataFunction · 0.45
decodeRmtSymbolsFunction · 0.45
RmtRxChannelImplClass · 0.45
handleSkipPhaseMethod · 0.45
allocateAndArmMethod · 0.45
getReceivedSymbolsMethod · 0.45
transmitMethod · 0.45
beginTransmissionMethod · 0.45
startNextChannelMethod · 0.45

Calls

no outgoing calls

Tested by 3

mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36