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

Function delayNs

src/fl/system/delay.h:132–134  ·  view source on GitHub ↗

Shorter alias for delayNanoseconds (runtime version) @param ns Number of nanoseconds (runtime value)

Source from the content-addressed store, hash-verified

130/// Shorter alias for delayNanoseconds (runtime version)
131/// @param ns Number of nanoseconds (runtime value)
132inline void delayNs(u32 ns) FL_NOEXCEPT {
133 delayNanoseconds(ns);
134}
135
136/// Shorter alias for delayNanoseconds with explicit clock frequency
137/// @param ns Number of nanoseconds

Callers

nothing calls this directly

Calls 1

delayNanosecondsFunction · 0.85

Tested by

no test coverage detected