Home
last modified time | relevance | path

Searched refs:TRC_RECORDER_COMPONENT_TIMESTAMP (Results 1 – 2 of 2) sorted by relevance

/percepio-latest/TraceRecorder/
DtrcTimestamp.c39 (void)xTraceSetComponentInitialized(TRC_RECORDER_COMPONENT_TIMESTAMP); in xTraceTimestampInitialize()
49 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_TIMESTAMP)); in xTraceTimestampGet()
89 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_TIMESTAMP)); 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()
145 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_TIMESTAMP)); in xTraceTimestampGetPeriod()
158 TRC_ASSERT(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_TIMESTAMP)); in xTraceTimestampGetOsTickCount()
/percepio-latest/TraceRecorder/include/
DtrcDefines.h112 #define TRC_RECORDER_COMPONENT_TIMESTAMP 0x00200000UL macro