nrfxlib API 0.1.0
|
void * nrf_wifi_osal_mem_cpy | ( | void * | dest, |
const void * | src, | ||
size_t | count | ||
) |
Copy contents from one memory location to another.
dest | Pointer to the memory location where contents are to be copied. |
src | Pointer to the memory location from where contents are to be copied. |
count | Number of bytes to be copied. |
Copies @count number of bytes from @src location in memory to @dest location in memory.