|
FastLED 3.9.15
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void * | memcpy8 (void *dst, const void *src, uint16_t num) |
| Faster alternative to memcpy() on AVR. | |
| void * | memmove8 (void *dst, const void *src, uint16_t num) |
| Faster alternative to memmove() on AVR. | |
| void * | memset8 (void *ptr, uint8_t value, uint16_t num) |
| Faster alternative to memset() on AVR. | |