Home
last modified time | relevance | path

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

/percepio-3.5.0/TraceRecorder/
DtrcError.c21 static traceResult prvTraceErrorPrint(uint32_t uiErrorCode);
56 (void)prvTraceErrorPrint(uiErrorCode); in xTraceWarning()
76 if (prvTraceErrorPrint(uiErrorCode) == TRC_FAIL) in xTraceError()
119 static traceResult prvTraceErrorPrint(uint32_t uiErrorCode) in prvTraceErrorPrint() function