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

◆ delaycycles() [2/2]

template<fl::cycle_t CYCLES>
FASTLED_FORCE_INLINE void delaycycles ( )
inline

Delay N clock cycles.

Template Parameters
CYCLESthe number of clock cycles to delay
Note
No delay is applied if CYCLES is less than or equal to zero.

Definition at line 134 of file fastled_delay.h.

134 {
135 // _delaycycles_ARM<CYCLES / 3, CYCLES % 3>();
136 FL_NOP; delaycycles<CYCLES-1>();
137}
void delaycycles()
Delay N clock cycles.
#define FL_NOP
Single no operation ("no-op") instruction for delay.

References delaycycles(), FASTLED_FORCE_INLINE, and FL_NOP.

Referenced by delaycycles(), and delaycycles_min1().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: