Searched refs:_VPrintHost (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/components/app_trace/sys_view/SEGGER/ |
D | SEGGER_SYSVIEW.c | 791 static void _VPrintHost(const char* s, U32 Options, va_list* pParamList) { in _VPrintHost() function 2525 _VPrintHost(s, Options, &ParamList); in SEGGER_SYSVIEW_PrintfHostEx() 2546 _VPrintHost(s, SEGGER_SYSVIEW_LOG, &ParamList); in SEGGER_SYSVIEW_PrintfHost() 2568 _VPrintHost(s, SEGGER_SYSVIEW_WARNING, &ParamList); in SEGGER_SYSVIEW_WarnfHost() 2590 _VPrintHost(s, SEGGER_SYSVIEW_ERROR, &ParamList); in SEGGER_SYSVIEW_ErrorfHost()
|