Xil_MemCpyFrom32To64Addr - Xil_MemCpyFrom32To64Addr - 2026.1 English - UG643

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

Document ID
UG643
Release Date
2026-06-23
Version
2026.1 English

This function copies data from a 32 bit source address to a 64 bit destination address.

Increments buffer data by specified value

Note: This function does not handle overlapping memory regions. No copy is performed if source and destination overlap or are the same.

Prototype

void Xil_MemCpyFrom32To64Addr(u64 DstAddr, u32 SrcAddr, u32 Count);

Parameters

The following table lists the Xil_MemCpyFrom32To64Addr function arguments.

Table 1. Xil_MemCpyFrom32To64Addr Arguments
Type Member Description
u64 DstAddr is the 64 bit destination address
u32 SrcAddr is the 32 bit source address
u32 Count is the number of bytes of data to be copied

Returns