Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/include/
DtrcTimestamp.h141 traceResult xTraceTimestampSetOsTickCount(uint32_t uiOsTickCount);
209 …TraceTimestampSetOsTickCount(uiOsTickCount) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_2(pxTraceTimestamp->o… argument
/TraceRecorderSource-3.4.0/
DtrcTimestamp.c123 traceResult xTraceTimestampSetOsTickCount(uint32_t uiOsTickCount) in xTraceTimestampSetOsTickCount() argument
128 pxTraceTimestamp->osTickCount = uiOsTickCount; in xTraceTimestampSetOsTickCount()