Lines Matching refs:prvTraceError
301 void prvTraceError(const char* msg);
682 prvTraceError("vTraceStoreISRBegin - recorder busy! See code comment."); in vTraceStoreISRBegin()
716 prvTraceError("Too many nested interrupts!"); in vTraceStoreISRBegin()
770 prvTraceError("vTraceStoreISREnd - recorder busy! See code comment."); in vTraceStoreISREnd()
776 prvTraceError("Unmatched call to vTraceStoreISREnd (nISRactive == 0, expected > 0)"); in vTraceStoreISREnd()
1115 prvTraceError("vTracePrintF - Too many arguments, max 15 allowed!"); in prvTraceUserEventFormat()
1125 prvTraceError("vTracePrintF - Too large arguments, max 32 byte allowed!"); in prvTraceUserEventFormat()
1662 prvTraceError("Failed allocating recorder buffer!"); in vTraceInitialize()
1668 prvTraceError("Recorder data pointer not set! Use vTraceSetRecorderDataBuffer()."); in vTraceInitialize()
1812 prvTraceError("Recorder busy - high priority ISR using syscall? (1)"); in prvTraceStoreTaskReady()
1859 prvTraceError("Recorder busy - high priority ISR using syscall? (1)"); in prvTraceStoreLowPower()
1997 prvTraceError("Recorder busy - high priority ISR using syscall? (2)"); in prvTraceStoreKernelCall()
2059 prvTraceError("Recorder busy - high priority ISR using syscall? (3)"); in prvTraceStoreKernelCallWithParam()
2149 prvTraceError("Recorder busy - high priority ISR using syscall? (4)"); in prvTraceStoreKernelCallWithNumericParamOnly()
2357 prvTraceError("Attempt to index outside event buffer!"); in prvTraceNextFreeEventBufferSlot()
2377 prvTraceError("Object table lookup with invalid object handle or object class!"); in uiIndexOfObject()
2410 prvTraceError(pszTraceGetErrorNotEnoughHandles(objectclass)); in prvTraceGetObjectHandle()
2448 prvTraceError("Attempt to free more handles than allocated!"); in prvTraceFreeObjectHandle()
2506 prvTraceError("Illegal object class in prvTraceSetObjectName"); in prvTraceSetObjectName()
2512 prvTraceError("Illegal handle (0) in prvTraceSetObjectName."); in prvTraceSetObjectName()
2519 prvTraceError(pszTraceGetErrorNotEnoughHandles(objectclass)); in prvTraceSetObjectName()
2594 void prvTraceError(const char* msg) in prvTraceError() function
2817 prvTraceError("Bad param_maxDTS in prvTraceGetDTS"); in prvTraceGetDTS()
2894 prvTraceError("Symbol table full. Increase TRC_CFG_SYMBOL_TABLE_SIZE in trcConfig.h"); in prvTraceCreateSymbolTableEntry()
3037 prvTraceError("DWT unit not available, see code comment."); in prvTraceInitCortexM()
3054 prvTraceError("DWT_CYCCNT not available, see code comment."); in prvTraceInitCortexM()