Lines Matching refs:s
353 U8* SEGGER_SYSVIEW_EncodeString (U8* pPayload, const char* s, unsigned int MaxLen…
373 void SEGGER_SYSVIEW_PrintfHostEx (const char* s, U32 Options, ...);
374 void SEGGER_SYSVIEW_VPrintfHostEx (const char* s, U32 Options, va_list* pParamList);
375 void SEGGER_SYSVIEW_PrintfTargetEx (const char* s, U32 Options, ...);
376 void SEGGER_SYSVIEW_VPrintfTargetEx (const char* s, U32 Options, va_list* pParamList);
377 void SEGGER_SYSVIEW_PrintfHost (const char* s, ...);
378 void SEGGER_SYSVIEW_VPrintfHost (const char* s, va_list* pParamList);
379 void SEGGER_SYSVIEW_PrintfTarget (const char* s, ...);
380 void SEGGER_SYSVIEW_VPrintfTarget (const char* s, va_list* pParamList);
381 void SEGGER_SYSVIEW_WarnfHost (const char* s, ...);
382 void SEGGER_SYSVIEW_VWarnfHost (const char* s, va_list* pParamList);
383 void SEGGER_SYSVIEW_WarnfTarget (const char* s, ...);
384 void SEGGER_SYSVIEW_VWarnfTarget (const char* s, va_list* pParamList);
385 void SEGGER_SYSVIEW_ErrorfHost (const char* s, ...);
386 void SEGGER_SYSVIEW_VErrorfHost (const char* s, va_list* pParamList);
387 void SEGGER_SYSVIEW_ErrorfTarget (const char* s, ...);
388 void SEGGER_SYSVIEW_VErrorfTarget (const char* s, va_list* pParamList);
391 void SEGGER_SYSVIEW_Print (const char* s);
392 void SEGGER_SYSVIEW_Warn (const char* s);
393 void SEGGER_SYSVIEW_Error (const char* s);