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

Function millis

src/platforms/arduino/platform_time.cpp.hpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26fl::u32 millis() {
27 return static_cast<fl::u32>(::millis());
28}
29
30fl::u32 micros() {
31 return static_cast<fl::u32>(::micros());

Callers 14

readLineNativeFunction · 0.70
queueBlockMethod · 0.50
waitMethod · 0.50
waitMethod · 0.50
waitCompleteMethod · 0.50
waitCompleteMethod · 0.50
waitCompleteMethod · 0.50
waitCompleteMethod · 0.50
waitCompleteMethod · 0.50
waitCompleteMethod · 0.50
waitCompleteMethod · 0.50
readLineNativeFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected