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

Method wait

src/platforms/arm/kl26/fastspi_arm_kl26.h:189–189  ·  view source on GitHub ↗

Wait for the world to be clear

Source from the content-addressed store, hash-verified

187
188 // Wait for the world to be clear
189 static void wait() __attribute__((always_inline)) { while(!(SPIX.S & SPI_S_SPTEF)); }
190
191 // wait until all queued up data has been written
192 void waitFully() { wait(); }

Callers 1

showPixelsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected