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

◆ delayNanoseconds() [1/3]

template<fl::u32 NS>
FASTLED_FORCE_INLINE void fl::delayNanoseconds ( )

Delay for a compile-time constant number of nanoseconds.

Template Parameters
NSNumber of nanoseconds (at compile-time)

Definition at line 47 of file delay.h.

47 {
48 // Delegate to platform-specific implementation with compile-time constant
49 // Platform-specific delayNanoseconds_impl() functions are provided by platforms/delay.h
50 delayNanoseconds_impl(NS);
51}
#define NS(_NS)
Convert from nanoseconds to number of clock cycles.

References FASTLED_FORCE_INLINE, FL_NOEXCEPT, and NS.

Referenced by delayNs(), delayNs(), and delayNs().

+ Here is the caller graph for this function: