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

◆ delaycycles() [1/2]

template<fl::cycle_t CYCLES>
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 136 of file fastled_delay.h.

136 {
137 // _delaycycles_ARM<CYCLES / 3, CYCLES % 3>();
138 FL_NOP; delaycycles<CYCLES-1>();
139}
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: