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

Method data

src/fl/stl/span.h:461–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459 constexpr fl::size size_bytes() const FL_NOEXCEPT { return Extent * sizeof(T); }
460
461 const T *data() const FL_NOEXCEPT { return mData; }
462 T *data() FL_NOEXCEPT { return mData; }
463
464 // ======= SUBVIEWS =======

Callers 15

clearLedDataInternalMethod · 0.45
rgbMethod · 0.45
copyMethod · 0.45
drawMethod · 0.45
FrameMethod · 0.45
drawMethod · 0.45
clearMethod · 0.45
interpolateMethod · 0.45
convertPixelsToRgbMethod · 0.45
drawMethod · 0.45
drawImplMethod · 0.45
drawDotMethod · 0.45

Calls

no outgoing calls

Tested by 5

buildExpectedUCS7604Function · 0.36
decodeSpiEdgesFunction · 0.36
captureFunction · 0.36