Xil_MemCpy - 2023.2 English

Standalone Library Documentation: BSP and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2023-12-13
Version
2023.2 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