|
FastLED 3.9.15
|
Defines static inlining macros for lib8tion functions.
Definition in file lib8static.h.
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | LIB8STATIC __attribute__ ((unused)) static inline |
| Define a LIB8TION member function as static inline with an "unused" attribute. | |
| #define | LIB8STATIC_ALWAYS_INLINE __attribute__ ((always_inline)) static inline |
| Define a LIB8TION member function as always static inline. | |