Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcError.c18 #define GET_ERROR_WARNING_FLAG(errorCode) (pxErrorInfo->uiErrorAndWarningFlags & (1 << ((errorCode)…
19 #define SET_ERROR_WARNING_FLAG(errorCode) (pxErrorInfo->uiErrorAndWarningFlags |= (1 << ((errorCode…
31 static TraceErrorInfo_t* pxErrorInfo; variable
40 pxErrorInfo = (TraceErrorInfo_t*)pxBuffer; in xTraceErrorInitialize()
42 pxErrorInfo->uiErrorAndWarningFlags = 0; in xTraceErrorInitialize()
43 pxErrorInfo->uiErrorCode = 0; in xTraceErrorInitialize()
44 pxErrorInfo->xWarningChannel = 0; in xTraceErrorInitialize()
81 if (pxErrorInfo->uiErrorCode == TRC_ERROR_NONE) in xTraceError()
85 pxErrorInfo->uiErrorCode = uiErrorCode; in xTraceError()
94 xTracePrint(pxErrorInfo->xWarningChannel, "Recorder stopped in xTraceError(...)!"); in xTraceError()
[all …]