XFsbl_PrintArray - 2021.2 English

Zynq UltraScale+ MPSoC Software Developer Guide

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

This function prints entire array in bytes as specified by the debug type.

void XFsbl_PrintArray (u32 DebugType, const u8 Buf[], u32 Len, const char *Str);
Table 1. XFsbl_PrintArray Parameters in FSBL
Parameters Description
DebugType Printing of the array is performed as defined by the debug type.
Buf Pointer to the buffer to be printed
Len Length of the bytes to be printed
Str Pointer to the data that is printed