![]() |
nrfxlib API 3.3.99
|
| void * mpsl_memcpy | ( | void *restrict | p_dest, |
| const void *restrict | p_src, | ||
| size_t | num_bytes ) |
#include <mpsl/include/mpsl.h>
Optimized memory copy helper.
Copy memory using MPSL's internal memcpy implementation. This function is optimized for the MPSL target platform.
| [out] | p_dest | Destination buffer. |
| [in] | p_src | Source buffer. |
| [in] | num_bytes | Number of bytes to copy. |
p_dest.