FastLED 3.9.15
Loading...
Searching...
No Matches

◆ delayNs() [3/3]

void fl::delayNs ( u32 ns,
u32 hz )
inline

Shorter alias for delayNanoseconds with explicit clock frequency.

Parameters
nsNumber of nanoseconds
hzCPU frequency in Hz

Definition at line 139 of file delay.h.

139 {
140 delayNanoseconds(ns, hz);
141}
FASTLED_FORCE_INLINE void delayNanoseconds() FL_NOEXCEPT
Delay for a compile-time constant number of nanoseconds.
Definition delay.h:47

References delayNanoseconds(), and FL_NOEXCEPT.

+ Here is the call graph for this function: