Lines Matching refs:s
314 U8* SEGGER_SYSVIEW_EncodeString (U8* pPayload, const char* s, unsigned int MaxLen…
334 void SEGGER_SYSVIEW_PrintfHostEx (const char* s, U32 Options, ...);
335 void SEGGER_SYSVIEW_PrintfTargetEx (const char* s, U32 Options, ...);
336 void SEGGER_SYSVIEW_PrintfHost (const char* s, ...);
337 void SEGGER_SYSVIEW_PrintfTarget (const char* s, ...);
338 void SEGGER_SYSVIEW_WarnfHost (const char* s, ...);
339 void SEGGER_SYSVIEW_WarnfTarget (const char* s, ...);
340 void SEGGER_SYSVIEW_ErrorfHost (const char* s, ...);
341 void SEGGER_SYSVIEW_ErrorfTarget (const char* s, ...);
344 void SEGGER_SYSVIEW_Print (const char* s);
345 void SEGGER_SYSVIEW_Warn (const char* s);
346 void SEGGER_SYSVIEW_Error (const char* s);