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

Function writeBytePostWait

src/platforms/arm/stm32/fastspi_arm_stm32.h:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 }
161
162 void writeBytePostWait(u8 b) FL_NOEXCEPT __attribute__((always_inline)) {
163 writeByte(b);
164 wait();
165 }
166
167 // Write a 16-bit word
168 void writeWord(u16 w) FL_NOEXCEPT __attribute__((always_inline)) {

Callers 3

writePixelsMethod · 0.85
writePixelsMethod · 0.85
writePixelsMethod · 0.85

Calls 2

waitFunction · 0.85
writeByteFunction · 0.70

Tested by

no test coverage detected