Lines Matching refs:TRC_ASSERT
20 TRC_ASSERT(pxBuffer != (void*)0); in xTraceTimestampInitialize()
49 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_TIMESTAMP)); in xTraceTimestampGet()
52 TRC_ASSERT(puiTimestamp != (void*)0); in xTraceTimestampGet()
89 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_TIMESTAMP)); in xTraceTimestampGetWraparounds()
92 TRC_ASSERT(puiTimerWraparounds != (void*)0); in xTraceTimestampGetWraparounds()
102 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_TIMESTAMP)); in xTraceTimestampSetFrequency()
112 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_TIMESTAMP)); in xTraceTimestampSetPeriod()
122 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_TIMESTAMP)); in xTraceTimestampSetOsTickCount()
132 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_TIMESTAMP)); in xTraceTimestampGetFrequency()
135 TRC_ASSERT(puxFrequency != (void*)0); in xTraceTimestampGetFrequency()
145 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_TIMESTAMP)); in xTraceTimestampGetPeriod()
148 TRC_ASSERT(puiPeriod != (void*)0); in xTraceTimestampGetPeriod()
158 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_TIMESTAMP)); in xTraceTimestampGetOsTickCount()
161 TRC_ASSERT(puiOsTickCount != (void*)0); in xTraceTimestampGetOsTickCount()