Xil_MemCpy - 2021.1 English

Xilinx Standalone Library Documentation OS and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2021-06-16
Version
2021.1 English

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.

Table 1. Xil_MemCpy Arguments
Name Description
dst pointer pointing to destination memory
src pointer pointing to source memory
cnt 32 bit length of bytes to be copied