Home
last modified time | relevance | path

Searched refs:s (Results 1 – 8 of 8) sorted by relevance

/segger-latest/SEGGER/
DSEGGER_SYSVIEW.h353 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, ...);
[all …]
DSEGGER_SYSVIEW.c953 static int _VPrintHost(const char* s, U32 Options, va_list* pParamList) { in _VPrintHost() argument
970 p = s; in _VPrintHost()
1008 pPayload = _EncodeStr(pPayloadStart, s, SEGGER_SYSVIEW_MAX_STRING_LEN); in _VPrintHost()
1248 const char* s; in _VPrintTarget() local
1354 s = va_arg(*pParamList, const char*); in _VPrintTarget()
1355 if (s == NULL) { in _VPrintTarget()
1356 s = "(null)"; in _VPrintTarget()
1359 c = *s; in _VPrintTarget()
1360 s++; in _VPrintTarget()
2834 U8* SEGGER_SYSVIEW_EncodeString(U8* pPayload, const char* s, unsigned int MaxLen) { in SEGGER_SYSVIEW_EncodeString() argument
[all …]
DSEGGER_RTT_printf.c425 const char * s = va_arg(*pParamList, const char *); in SEGGER_RTT_vprintf() local
426 if (s == NULL) { in SEGGER_RTT_vprintf()
427s = "(NULL)"; // Print (NULL) instead of crashing or breaking, as it is more informative to the u… in SEGGER_RTT_vprintf()
430 c = *s; in SEGGER_RTT_vprintf()
431 s++; in SEGGER_RTT_vprintf()
DSEGGER.h202 int SEGGER_atoi (const char* s);
205 unsigned SEGGER_strlen (const char* s);
DSEGGER_RTT.c1235 unsigned SEGGER_RTT_WriteString(unsigned BufferIndex, const char* s) { in SEGGER_RTT_WriteString() argument
1238 Len = STRLEN(s); in SEGGER_RTT_WriteString()
1239 return SEGGER_RTT_Write(BufferIndex, s, Len); in SEGGER_RTT_WriteString()
2007 int SEGGER_RTT_TerminalOut (unsigned char TerminalId, const char* s) { in SEGGER_RTT_TerminalOut() argument
2026 FragLen = STRLEN(s); in SEGGER_RTT_TerminalOut()
2042 Status = (int)_WriteBlocking(pRing, s, FragLen); in SEGGER_RTT_TerminalOut()
2056 Status = (int)_WriteBlocking(pRing, s, (FragLen < (Avail - 4u)) ? FragLen : (Avail - 4u)); in SEGGER_RTT_TerminalOut()
2065 Status = (int)_WriteBlocking(pRing, s, FragLen); in SEGGER_RTT_TerminalOut()
DSEGGER_RTT.h391 unsigned SEGGER_RTT_WriteString (unsigned BufferIndex, const char* s);
427 int SEGGER_RTT_TerminalOut (unsigned char TerminalId, const char* s);
/segger-latest/SEGGER/Syscalls/
DSEGGER_RTT_Syscalls_SES.c222 int puts(const char *s) { in puts() argument
223 return SEGGER_RTT_WriteString(0, s); in puts()
/segger-latest/
DREADME.md13 Segger's [official GitHub repository][6] is not currently actively maintained, hence Segger code is
14 obtained from publicly accessible download links posted on Segger's website.