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

◆ mem_cpy

void *(* nrf_wifi_osal_ops::mem_cpy) (void *dest, const void *src, size_t count)

Copy memory.

Parameters
destA pointer to the destination memory.
srcA pointer to the source memory.
countThe number of bytes to copy.
Returns
A pointer to the destination memory.