Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/app_trace/sys_view/SEGGER/
DSEGGER_SYSVIEW.c2522 va_list ParamList; in SEGGER_SYSVIEW_PrintfHostEx() local
2524 va_start(ParamList, Options); in SEGGER_SYSVIEW_PrintfHostEx()
2525 _VPrintHost(s, Options, &ParamList); in SEGGER_SYSVIEW_PrintfHostEx()
2526 va_end(ParamList); in SEGGER_SYSVIEW_PrintfHostEx()
2543 va_list ParamList; in SEGGER_SYSVIEW_PrintfHost() local
2545 va_start(ParamList, s); in SEGGER_SYSVIEW_PrintfHost()
2546 _VPrintHost(s, SEGGER_SYSVIEW_LOG, &ParamList); in SEGGER_SYSVIEW_PrintfHost()
2547 va_end(ParamList); in SEGGER_SYSVIEW_PrintfHost()
2565 va_list ParamList; in SEGGER_SYSVIEW_WarnfHost() local
2567 va_start(ParamList, s); in SEGGER_SYSVIEW_WarnfHost()
[all …]