This function copies memory from once location to other.
Prototype
void Xil_MemCpy(void *dst, const void *src, u32 cnt);
Parameters
The following table lists the Xil_MemCpy function arguments.
| Name | Description |
|---|---|
| dst | pointer pointing to destination memory |
| src | pointer pointing to source memory |
| cnt | 32-bit length of bytes to be copied |