XFsbl_Strcpy - 2020.2 English

Zynq UltraScale+ MPSoC Software Developer Guide (UG1137)

Document ID
UG1137
Release Date
2021-01-05
Version
2020.2 English

This function to copy the source string to the destination string.

char *XFsbl_Strcpy(char *DestPtr, const char *SrcPtr)
Table 1. XFsbl_Strcpy Parameters in FSBL
Parameters Description
DestPtr Pointer to the buffer to be printed
SrcPtr Pointer to the buffer containing the source string