Lines Matching refs:TRC_ASSERT
22 TRC_ASSERT(pxTraceMultiCoreEventBuffer != (void*)0); in xTraceMultiCoreEventBufferInitialize()
25 TRC_ASSERT(puiBuffer != (void*)0); in xTraceMultiCoreEventBufferInitialize()
30 TRC_ASSERT(uiBufferSizePerCore != 0u); in xTraceMultiCoreEventBufferInitialize()
57 TRC_ASSERT(pxTraceMultiCoreEventBuffer != (void*)0); in xTraceMultiCoreEventBufferAlloc()
59 TRC_ASSERT((TRC_CFG_GET_CURRENT_CORE()) < (TRC_CFG_CORE_COUNT)); in xTraceMultiCoreEventBufferAlloc()
68 TRC_ASSERT(pxTraceMultiCoreEventBuffer != (void*)0); in xTraceMultiCoreEventBufferAllocCommit()
70 TRC_ASSERT((TRC_CFG_GET_CURRENT_CORE()) < (TRC_CFG_CORE_COUNT)); in xTraceMultiCoreEventBufferAllocCommit()
79 TRC_ASSERT(pxTraceMultiCoreEventBuffer != (void*)0); in xTraceMultiCoreEventBufferPush()
81 TRC_ASSERT((TRC_CFG_GET_CURRENT_CORE()) < (TRC_CFG_CORE_COUNT)); in xTraceMultiCoreEventBufferPush()
95 TRC_ASSERT(pxTraceMultiCoreEventBuffer != (void*)0); in xTraceMultiCoreEventBufferTransferAll()
98 TRC_ASSERT(piBytesWritten != (void*)0); in xTraceMultiCoreEventBufferTransferAll()
123 TRC_ASSERT(pxTraceMultiCoreEventBuffer != (void*)0); in xTraceMultiCoreEventBufferTransferChunk()
126 TRC_ASSERT(piBytesWritten != (void*)0); in xTraceMultiCoreEventBufferTransferChunk()
149 TRC_ASSERT(pxTraceMultiCoreEventBuffer != (void*)0); in xTraceMultiCoreEventBufferClear()