Home
last modified time | relevance | path

Searched defs:s (Results 1 – 4 of 4) sorted by relevance

/segger-latest/SEGGER/
DSEGGER_SYSVIEW.c953 static int _VPrintHost(const char* s, U32 Options, va_list* pParamList) { in _VPrintHost()
1248 const char* s; in _VPrintTarget() local
2834 U8* SEGGER_SYSVIEW_EncodeString(U8* pPayload, const char* s, unsigned int MaxLen) { in SEGGER_SYSVIEW_EncodeString()
3107 void SEGGER_SYSVIEW_PrintfHostEx(const char* s, U32 Options, ...) { in SEGGER_SYSVIEW_PrintfHostEx()
3144 void SEGGER_SYSVIEW_VPrintfHostEx(const char* s, U32 Options, va_list *pParamList) { in SEGGER_SYSVIEW_VPrintfHostEx()
3174 void SEGGER_SYSVIEW_PrintfHost(const char* s, ...) { in SEGGER_SYSVIEW_PrintfHost()
3209 void SEGGER_SYSVIEW_VPrintfHost(const char* s, va_list *pParamList) { in SEGGER_SYSVIEW_VPrintfHost()
3240 void SEGGER_SYSVIEW_WarnfHost(const char* s, ...) { in SEGGER_SYSVIEW_WarnfHost()
3276 void SEGGER_SYSVIEW_VWarnfHost(const char* s, va_list *pParamList) { in SEGGER_SYSVIEW_VWarnfHost()
3307 void SEGGER_SYSVIEW_ErrorfHost(const char* s, ...) { in SEGGER_SYSVIEW_ErrorfHost()
[all …]
DSEGGER_RTT_printf.c425 const char * s = va_arg(*pParamList, const char *); in SEGGER_RTT_vprintf() local
DSEGGER_RTT.c1235 unsigned SEGGER_RTT_WriteString(unsigned BufferIndex, const char* s) { in SEGGER_RTT_WriteString()
2007 int SEGGER_RTT_TerminalOut (unsigned char TerminalId, const char* s) { in SEGGER_RTT_TerminalOut()
/segger-latest/SEGGER/Syscalls/
DSEGGER_RTT_Syscalls_SES.c222 int puts(const char *s) { in puts()