nrfxlib API 2.8.99
Loading...
Searching...
No Matches

◆ OSAL_Memcpy()

void * OSAL_Memcpy ( void * Dst,
const void * Src,
size_t Num )

Copies data from one buffer to another.

Parameters
[in]DstCopy destination buffer.
[in]SrcCopy source buffer.
[in]NumSize of the data to copy.
Returns
Pointer to the destination buffer.