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

Method get

src/fl/channels/spi.h:138–138  ·  view source on GitHub ↗

@brief Get access to underlying device (for advanced operations) @returns Pointer to device (nullptr if !ok())

Source from the content-addressed store, hash-verified

136 /// @brief Get access to underlying device (for advanced operations)
137 /// @returns Pointer to device (nullptr if !ok())
138 spi::MultiLaneDevice* get() { return device.get(); }
139 const spi::MultiLaneDevice* get() const { return device.get(); }
140
141private:

Callers 15

showPixelsMethod · 0.45
build_lutFunction · 0.45
lookup_lutFunction · 0.45
onQueuingStartMethod · 0.45
onQueuingDoneMethod · 0.45
CanvasMethod · 0.45
writeUCS7604Function · 0.45
showPixelsMethod · 0.45
removeDriverMethod · 0.45
acquireBufferMethod · 0.45
transmitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected