nrfxlib API 0.1.0
Loading...
Searching...
No Matches

◆ nrf_wifi_osal_mem_cpy()

void * nrf_wifi_osal_mem_cpy ( void *  dest,
const void *  src,
size_t  count 
)

Copy contents from one memory location to another.

Parameters
destPointer to the memory location where contents are to be copied.
srcPointer to the memory location from where contents are to be copied.
countNumber of bytes to be copied.

Copies @count number of bytes from @src location in memory to @dest location in memory.

Returns
Pointer to destination memory if successful, NULL otherwise.