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