FastLED 3.9.15
Loading...
Searching...
No Matches
memmove.h File Reference
#include "platforms/is_platform.h"
#include "fl/stl/compiler_control.h"
+ Include dependency graph for memmove.h:
+ 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, fl::u16 num) FL_NO_INLINE
 Faster alternative to memcpy() on AVR.
 
void * memmove8 (void *dst, const void *src, fl::u16 num)
 Faster alternative to memmove() on AVR.
 
void * memset8 (void *ptr, fl::u8 value, fl::u16 num) FL_NO_INLINE
 Faster alternative to memset() on AVR.