Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcTimestamp.c159 traceResult xTraceTimestampGetOsTickCount(uint32_t* puiOsTickCount) in xTraceTimestampGetOsTickCount() argument
165 TRC_ASSERT(puiOsTickCount != 0); in xTraceTimestampGetOsTickCount()
167 *puiOsTickCount = pxTraceTimestamp->osTickCount; in xTraceTimestampGetOsTickCount()
/TraceRecorderSource-3.4.0/include/
DtrcTimestamp.h151 traceResult xTraceTimestampGetOsTickCount(uint32_t *puiOsTickCount);
239 #define xTraceTimestampGetOsTickCount(puiOsTickCount) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_2(*(puiOsTic… argument