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

Function delayNanoseconds

src/fl/system/delay.cpp.hpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42// ============================================================================
43
44void delayNanoseconds(fl::u32 ns) FL_NOEXCEPT {
45 delayNanoseconds_impl(ns);
46}
47
48void delayNanoseconds(fl::u32 ns, fl::u32 hz) FL_NOEXCEPT {
49 delayNanoseconds_impl(ns, hz);

Callers 4

delayNsFunction · 0.85
transmitClocklessBitMethod · 0.85
transmitSpiMethod · 0.85
FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected