Home
last modified time | relevance | path

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

/segger-3.7.0/SEGGER/
DSEGGER_SYSVIEW.c918 static int _VPrintHost(const char* s, U32 Options, va_list* pParamList) { in _VPrintHost()
2677 U8* SEGGER_SYSVIEW_EncodeString(U8* pPayload, const char* s, unsigned int MaxLen) { in SEGGER_SYSVIEW_EncodeString()
2950 void SEGGER_SYSVIEW_PrintfHostEx(const char* s, U32 Options, ...) { in SEGGER_SYSVIEW_PrintfHostEx()
2984 void SEGGER_SYSVIEW_PrintfHost(const char* s, ...) { in SEGGER_SYSVIEW_PrintfHost()
3019 void SEGGER_SYSVIEW_WarnfHost(const char* s, ...) { in SEGGER_SYSVIEW_WarnfHost()
3054 void SEGGER_SYSVIEW_ErrorfHost(const char* s, ...) { in SEGGER_SYSVIEW_ErrorfHost()
3087 void SEGGER_SYSVIEW_PrintfTargetEx(const char* s, U32 Options, ...) { in SEGGER_SYSVIEW_PrintfTargetEx()
3106 void SEGGER_SYSVIEW_PrintfTarget(const char* s, ...) { in SEGGER_SYSVIEW_PrintfTarget()
3125 void SEGGER_SYSVIEW_WarnfTarget(const char* s, ...) { in SEGGER_SYSVIEW_WarnfTarget()
3144 void SEGGER_SYSVIEW_ErrorfTarget(const char* s, ...) { in SEGGER_SYSVIEW_ErrorfTarget()
[all …]
DSEGGER_RTT_printf.c425 const char * s = va_arg(*pParamList, const char *); in SEGGER_RTT_vprintf() local
DSEGGER_RTT.c1239 unsigned SEGGER_RTT_WriteString(unsigned BufferIndex, const char* s) { in SEGGER_RTT_WriteString()
1974 int SEGGER_RTT_TerminalOut (unsigned char TerminalId, const char* s) { in SEGGER_RTT_TerminalOut()
/segger-3.7.0/SEGGER/Syscalls/
DSEGGER_RTT_Syscalls_SES.c222 int puts(const char *s) { in puts()