Home
last modified time | relevance | path

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

/percepio-3.5.0/TraceRecorder/include/
DtrcTimestamp.h141 traceResult xTraceTimestampGetOsTickCount(uint32_t *puiOsTickCount);
229 #define xTraceTimestampGetOsTickCount(puiOsTickCount) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_2(*(puiOsTic… argument
/percepio-3.5.0/TraceRecorder/
DtrcTimestamp.c158 traceResult xTraceTimestampGetOsTickCount(uint32_t* puiOsTickCount) in xTraceTimestampGetOsTickCount() argument
164 TRC_ASSERT(puiOsTickCount != (void*)0); in xTraceTimestampGetOsTickCount()
166 *puiOsTickCount = pxTraceTimestamp->osTickCount; in xTraceTimestampGetOsTickCount()