Searched refs:prvTraceError (Results 1 – 3 of 3) sorted by relevance
297 void prvTraceError(const char* msg);349 prvTraceError("xTraceEnable(TRC_START_AWAIT_HOST) not allowed in Snapshot mode"); in xTraceEnable()355 prvTraceError("xTraceEnable(TRC_START_FROM_HOST) not allowed in Snapshot mode"); in xTraceEnable()681 prvTraceError("vTraceStoreISRBegin - recorder busy! See code comment."); in xTraceISRBegin()716 prvTraceError("Too many nested interrupts!"); in xTraceISRBegin()751 prvTraceError("vTraceStoreISREnd - recorder busy! See code comment."); in xTraceISREnd()757 prvTraceError("Unmatched call to vTraceStoreISREnd (nISRactive == 0, expected > 0)"); in xTraceISREnd()1112 prvTraceError("xTracePrintF - Too many arguments, max 15 allowed!"); in prvTraceUserEventFormat()1122 prvTraceError("xTracePrintF - Too large arguments, max 32 byte allowed!"); in prvTraceUserEventFormat()1667 prvTraceError("Failed allocating recorder buffer!"); in xTraceInitialize()[all …]
56 #define TRC_ASSERT_VOID(_assert, _err) if (! (_assert)){ prvTraceError(_err); return; }60 #define TRC_ASSERT_RET(_assert, _err, _return) if (! (_assert)){ prvTraceError(_err); return _retur…1541 void prvTraceError(const char* msg);1607 prvTraceError("TRACE_ASSERT: " msg); \
165 or by putting breakpoints in prvTraceError and prvTraceWarning.