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

Function writeBytesValue

src/fastspi_ref.h:63–65  ·  view source on GitHub ↗

A full cycle of writing a value for len bytes, including select, release, and waiting

Source from the content-addressed store, hash-verified

61
62 /// A full cycle of writing a value for len bytes, including select, release, and waiting
63 void writeBytesValue(fl::u8 value, int len) {
64 select(); writeBytesValueRaw(value, len); release();
65 }
66
67 /// A full cycle of writing a value for len bytes, including select, release, and waiting
68 template <class D> void writeBytes(FASTLED_REGISTER fl::u8 *data, int len) {

Callers

nothing calls this directly

Calls 3

selectFunction · 0.85
releaseFunction · 0.85
writeBytesValueRawFunction · 0.70

Tested by

no test coverage detected