XFsbl_MemCpy - 2021.2 English

Zynq UltraScale+ MPSoC Software Developer Guide

Document ID
UG1137
Release Date
2021-10-27
Version
2021.2 English

This function copies the memory contents pointed to by SrcPtr to the memory pointed to by DestPtr. Len is number of bytes to be copied.

void* XFsbl_MemCpy(void * DestPtr, const void * SrcPtr, u32 Len)
Table 1. XFsbl_MemCpy Parameters in FSBL
Parameters Description
SrcPtr Pointer to the memory contents to be copied
DestPtr Pointer to the destination
Len Length of the bytes to be printed