|
FastLED 3.9.15
|
| FL_OPTIMIZE_FUNCTION FL_IRAM FASTLED_FORCE_INLINE void fl::isr::memcpy_16 | ( | u16 *FL_RESTRICT_PARAM | dst, |
| const u16 *FL_RESTRICT_PARAM | src, | ||
| size_t | count ) |
ISR-optimized 16-bit block copy for 2-byte aligned memory.
| dst | Destination pointer (must be 2-byte aligned) |
| src | Source pointer (must be 2-byte aligned) |
| count | Number of 16-bit words to copy (NOT bytes) |
Definition at line 46 of file memcpy.h.
References FL_RESTRICT_PARAM.
Referenced by memcpy().
Here is the caller graph for this function: