Searched refs:xWarningChannel (Results 1 – 1 of 1) sorted by relevance
28 TraceStringHandle_t xWarningChannel; member44 pxErrorInfo->xWarningChannel = 0; in xTraceErrorInitialize()94 xTracePrint(pxErrorInfo->xWarningChannel, "Recorder stopped in xTraceError(...)!"); in xTraceError()146 if (pxErrorInfo->xWarningChannel == 0) in prvTraceErrorPrint()155 if (xTraceStringRegister("#WFR", &pxErrorInfo->xWarningChannel) == TRC_FAIL) in prvTraceErrorPrint()178 xTracePrint(pxErrorInfo->xWarningChannel, szDesc); in prvTraceErrorPrint()192 xTracePrintF(pxErrorInfo->xWarningChannel, szDesc, xFileName, (uint32_t)uxLineNumber); in prvTraceErrorPrint()199 xTracePrintF(pxErrorInfo->xWarningChannel, "Unknown error code: 0x%08X", uiErrorCode); in prvTraceErrorPrint()