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

Method writeWord

src/platforms/stub/fastspi_stub_generic.cpp.hpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void StubSPIOutput::writeWord(u16 word) FL_NOEXCEPT {
37 writeByte(word >> 8);
38 writeByte(word & 0xFF);
39}
40
41} // namespace fl
42

Callers 4

startBoundaryMethod · 0.45
writeLedMethod · 0.45
write2BytesMethod · 0.45
writeBoundaryFunction · 0.45

Calls 1

writeByteFunction · 0.50

Tested by

no test coverage detected