RSeries astromech firmware
NeoPixel_FastLED.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SCALE8_C   1
 
#define LIB8STATIC   __attribute__ ((unused)) static inline
 
#define LIB8STATIC_ALWAYS_INLINE   __attribute__ ((always_inline)) static inline
 
#define FASTLED_RAND16_2053   ((uint16_t)(2053))
 
#define FASTLED_RAND16_13849   ((uint16_t)(13849))
 
#define RAND16_SEED   1337
 
#define FORCE_REFERENCE(var)   asm volatile( "" : : "r" (var) )
 
#define K255   255
 
#define K171   171
 
#define K170   170
 
#define K85   85
 

Macro Definition Documentation

◆ FASTLED_RAND16_13849

#define FASTLED_RAND16_13849   ((uint16_t)(13849))

◆ FASTLED_RAND16_2053

#define FASTLED_RAND16_2053   ((uint16_t)(2053))

◆ FORCE_REFERENCE

#define FORCE_REFERENCE (   var)    asm volatile( "" : : "r" (var) )

◆ K170

#define K170   170

◆ K171

#define K171   171

◆ K255

#define K255   255

◆ K85

#define K85   85

◆ LIB8STATIC

#define LIB8STATIC   __attribute__ ((unused)) static inline

◆ LIB8STATIC_ALWAYS_INLINE

#define LIB8STATIC_ALWAYS_INLINE   __attribute__ ((always_inline)) static inline

◆ RAND16_SEED

#define RAND16_SEED   1337

◆ SCALE8_C

#define SCALE8_C   1