XFsbl_Strcpy - 2022.2 English

Zynq UltraScale+ MPSoC Software Developer Guide (UG1137)

Document ID
UG1137
Release Date
2022-11-02
Version
2022.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