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 Name | Description |
---|---|
dst | Points to destination memory start address |
src | Points to source memory start address |
size | Number of bytes to copy |
Return Type and Values
- Pointer to destination