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

Function micros

src/platforms/esp/32/platform_time_esp32.cpp.hpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47fl::u32 micros() {
48 return static_cast<fl::u32>(::micros());
49}
50
51} // namespace platforms
52} // namespace fl

Callers 3

advancePipelineMethod · 0.50
waitTxDoneMethod · 0.50
isBusyMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected