Searched refs:puiOsTickCount (Results 1 – 2 of 2) sorted by relevance
141 traceResult xTraceTimestampGetOsTickCount(uint32_t *puiOsTickCount);229 #define xTraceTimestampGetOsTickCount(puiOsTickCount) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_2(*(puiOsTic… argument
158 traceResult xTraceTimestampGetOsTickCount(uint32_t* puiOsTickCount) in xTraceTimestampGetOsTickCount() argument164 TRC_ASSERT(puiOsTickCount != (void*)0); in xTraceTimestampGetOsTickCount()166 *puiOsTickCount = pxTraceTimestamp->osTickCount; in xTraceTimestampGetOsTickCount()