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.
| 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 |