Home
last modified time | relevance | path

Searched defs:puiTimestamp (Results 1 – 2 of 2) sorted by relevance

/TraceRecorderSource-3.4.0/include/
DtrcTimestamp.h164 #define xTraceTimestampGet(puiTimestamp) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_4(*(puiTimestamp) = TRC_H… argument
166 #define xTraceTimestampGet(puiTimestamp) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_4(*(puiTimestamp) = TRC_H… argument
168 #define xTraceTimestampGet(puiTimestamp) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_4(*(puiTimestamp) = ((TRC… argument
/TraceRecorderSource-3.4.0/
DtrcTimestamp.c50 traceResult xTraceTimestampGet(uint32_t *puiTimestamp) in xTraceTimestampGet()