Found 2 other functions taking a
SEGGER_SYSVIEW_PRINTF_DESC
argument:
_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.
_PrintInt() Function description Print a signed 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.