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

Method wait

src/platforms/arm/k66/fastspi_arm_k66.h:315–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313
314 static bool needwait() __attribute__((always_inline)) { return (SPIX.SR & 0x4000); }
315 static void wait() __attribute__((always_inline)) { while( (SPIX.SR & 0x4000) ); }
316 static void wait1() __attribute__((always_inline)) { while( (SPIX.SR & 0xF000) >= 0x2000); }
317
318 enum ECont { CONT, NOCONT };

Callers 5

showPixelsMethod · 0.45
showPixelsMethod · 0.45
showPixelsMethod · 0.45
showPixelsMethod · 0.45
showPixelsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected