SEGGER_SYSVIEW_SendSysDesc() function
SEGGER_SYSVIEW_SendSysDesc() Function description Send the system description string to the host. The system description is used by the SystemView Application to identify the current application and handle events accordingly. The system description is usually called by the system description callback, to ensure it is only sent when the SystemView Application is connected. Parameters sSysDesc - Pointer to the 0-terminated system description string. Additional information One system description string may not exceed SEGGER_SYSVIEW_MAX_STRING_LEN characters. Multiple description strings can be recorded. The Following items can be described in a system description string. Each item is identified by its identifier, followed by '=' and the value. Items are separated by ','.
Syntax
void SEGGER_SYSVIEW_SendSysDesc (const char* sSysDesc); SEGGER_SYSVIEW_SendSysDesc() is called by 1 function and calls 5 functions:
![]()
SEGGER_SYSVIEW_SendSysDesc()
SEGGER_SYSVIEW_SendSysDesc() reads 1 variable:
![]()
SEGGER_SYSVIEW_SendSysDesc()