5.1.5.1 SYS_ByteMemcpy Function

Syntax

INLINE void * SYS_ByteMemcpy(void *dst, const void *src, uint16_t size);

Description

This function performs the byte memory copying operation.

Input Parameters
Parameter NameDescription
dstPoints to destination memory start address
srcPoints to source memory start address
sizeNumber of bytes to copy
Return Type and Values
  • Pointer to destination