Home
last modified time | relevance | path

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

/percepio-latest/TraceRecorder/
DtrcError.c19 static traceResult prvTraceErrorPrint(uint32_t uiErrorCode);
54 (void)prvTraceErrorPrint(uiErrorCode); in xTraceWarning()
74 if (prvTraceErrorPrint(uiErrorCode) == TRC_FAIL) in xTraceError()
117 static traceResult prvTraceErrorPrint(uint32_t uiErrorCode) in prvTraceErrorPrint() function