Found 2 other functions taking a
SEGGER_SYSVIEW_PRINTF_DESC
argument:
_StoreChar() Function description Stores a character in the printf-buffer and sends the buffer when it is filled. Parameters p Pointer to the buffer description. c Character to be printed.
_PrintUnsigned() Function description Print an unsigned integer with the given formatting into the formatted string. Parameters pBufferDesc Pointer to the buffer description. v Value to be printed. Base Base of the value. NumDigits Number of digits to be printed. FieldWidth Width of the printed field. FormatFlags Flags for formatting the value.