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

Function delayMicroseconds

src/platforms/arm/lpc/platform_time_lpc.cpp.hpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void delayMicroseconds(u32 us) FL_NOEXCEPT {
77 const u32 start = micros();
78 while ((micros() - start) < us) {
79 }
80}
81
82u32 millis() FL_NOEXCEPT {
83 lpc_time::init_systick();

Callers 15

showPixelsMethod · 0.70
showPixelsMethod · 0.50
showPixelsMethod · 0.50
showPixelsMethod · 0.50
showPixelsMethod · 0.50
showPixelsMethod · 0.50
showPixelsMethod · 0.50
showPixelsMethod · 0.50
showPixelsMethod · 0.50
showPixelsMethod · 0.50
showPixelsMethod · 0.50

Calls 1

microsFunction · 0.50

Tested by

no test coverage detected