Searched refs:pParamList (Results 1 – 6 of 6) sorted by relevance
/segger-latest/SEGGER/ |
D | SEGGER_RTT_printf.c | 321 int SEGGER_RTT_vprintf(unsigned BufferIndex, const char * sFormat, va_list * pParamList) { in SEGGER_RTT_vprintf() argument 405 v = va_arg(*pParamList, int); in SEGGER_RTT_vprintf() 411 v = va_arg(*pParamList, int); in SEGGER_RTT_vprintf() 415 v = va_arg(*pParamList, int); in SEGGER_RTT_vprintf() 420 v = va_arg(*pParamList, int); in SEGGER_RTT_vprintf() 425 const char * s = va_arg(*pParamList, const char *); in SEGGER_RTT_vprintf() 440 v = va_arg(*pParamList, int); in SEGGER_RTT_vprintf()
|
D | SEGGER_SYSVIEW.h | 374 void SEGGER_SYSVIEW_VPrintfHostEx (const char* s, U32 Options, va_list* pParamList); 376 void SEGGER_SYSVIEW_VPrintfTargetEx (const char* s, U32 Options, va_list* pParamList); 378 void SEGGER_SYSVIEW_VPrintfHost (const char* s, va_list* pParamList); 380 void SEGGER_SYSVIEW_VPrintfTarget (const char* s, va_list* pParamList); 382 void SEGGER_SYSVIEW_VWarnfHost (const char* s, va_list* pParamList); 384 void SEGGER_SYSVIEW_VWarnfTarget (const char* s, va_list* pParamList); 386 void SEGGER_SYSVIEW_VErrorfHost (const char* s, va_list* pParamList); 388 void SEGGER_SYSVIEW_VErrorfTarget (const char* s, va_list* pParamList);
|
D | SEGGER_SYSVIEW.c | 953 static int _VPrintHost(const char* s, U32 Options, va_list* pParamList) { in _VPrintHost() argument 980 aParas[NumArguments++] = (U32)(va_arg(*pParamList, int)); in _VPrintHost() 989 aParas[NumArguments++] = (U32)(va_arg(*pParamList, int)); in _VPrintHost() 1240 static void _VPrintTarget(const char* sFormat, U32 Options, va_list* pParamList) { in _VPrintTarget() argument 1335 v = va_arg(*pParamList, int); in _VPrintTarget() 1341 v = va_arg(*pParamList, int); in _VPrintTarget() 1345 v = va_arg(*pParamList, int); in _VPrintTarget() 1350 v = va_arg(*pParamList, int); in _VPrintTarget() 1354 s = va_arg(*pParamList, const char*); in _VPrintTarget() 1368 v = va_arg(*pParamList, int); in _VPrintTarget() [all …]
|
D | SEGGER.h | 172 …ER_SNPRINTF_CONTEXT* pContext, const SEGGER_PRINTF_API* pApi, va_list* pParamList, char Lead, int …
|
D | SEGGER_RTT.h | 436 int SEGGER_RTT_vprintf(unsigned BufferIndex, const char * sFormat, va_list * pParamList);
|
/segger-latest/SEGGER/Syscalls/ |
D | SEGGER_RTT_Syscalls_SES.c | 108 int SEGGER_RTT_vprintf(unsigned BufferIndex, const char * sFormat, va_list * pParamList);
|