Searched refs:prvTraceError (Results 1 – 3 of 3) sorted by relevance
296 void prvTraceError(const char* msg);348 prvTraceError("xTraceEnable(TRC_START_AWAIT_HOST) not allowed in Snapshot mode"); in xTraceEnable()354 prvTraceError("xTraceEnable(TRC_START_FROM_HOST) not allowed in Snapshot mode"); in xTraceEnable()680 prvTraceError("vTraceStoreISRBegin - recorder busy! See code comment."); in xTraceISRBegin()715 prvTraceError("Too many nested interrupts!"); in xTraceISRBegin()750 prvTraceError("vTraceStoreISREnd - recorder busy! See code comment."); in xTraceISREnd()756 prvTraceError("Unmatched call to vTraceStoreISREnd (nISRactive == 0, expected > 0)"); in xTraceISREnd()1111 prvTraceError("xTracePrintF - Too many arguments, max 15 allowed!"); in prvTraceUserEventFormat()1121 prvTraceError("xTracePrintF - Too large arguments, max 32 byte allowed!"); in prvTraceUserEventFormat()1666 prvTraceError("Failed allocating recorder buffer!"); in xTraceInitialize()[all …]
54 #define TRC_ASSERT_VOID(_assert, _err) if (! (_assert)){ prvTraceError(_err); return; }58 #define TRC_ASSERT_RET(_assert, _err, _return) if (! (_assert)){ prvTraceError(_err); return _retur…1523 void prvTraceError(const char* msg);1589 prvTraceError("TRACE_ASSERT: " msg); \
152 or by putting breakpoints in prvTraceError and prvTraceWarning.