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);
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 |