Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcTimestamp.c17 TraceTimestamp_t *pxTraceTimestamp; variable
26 pxTraceTimestamp = (TraceTimestamp_t*)pxBuffer; in xTraceTimestampInitialize()
29 pxTraceTimestamp->frequency = 0; in xTraceTimestampInitialize()
30 pxTraceTimestamp->period = 0; in xTraceTimestampInitialize()
32 pxTraceTimestamp->osTickHz = TRC_TICK_RATE_HZ; in xTraceTimestampInitialize()
33 pxTraceTimestamp->osTickCount = 0; in xTraceTimestampInitialize()
34 pxTraceTimestamp->wraparounds = 0; in xTraceTimestampInitialize()
35 pxTraceTimestamp->type = TRC_HWTC_TYPE; in xTraceTimestampInitialize()
38 pxTraceTimestamp->latestTimestamp = 0; in xTraceTimestampInitialize()
40 pxTraceTimestamp->latestTimestamp = pxTraceTimestamp->period - 1; in xTraceTimestampInitialize()
[all …]
/TraceRecorderSource-3.4.0/include/
DtrcTimestamp.h48 extern TraceTimestamp_t* pxTraceTimestamp;
164 …HWTC_COUNT, (*(puiTimestamp) < pxTraceTimestamp->latestTimestamp) ? pxTraceTimestamp->wraparounds+…
166 …HWTC_COUNT, (*(puiTimestamp) > pxTraceTimestamp->latestTimestamp) ? pxTraceTimestamp->wraparounds+…
168 …FFFU) + ((pxTraceTimestamp->osTickCount & 0x000000FFU) << 24), pxTraceTimestamp->wraparounds = pxT…
179 …rounds) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_2(*(puiTimerWraparounds) = pxTraceTimestamp->wraparounds,…
189 …mestampSetFrequency(uxFrequency) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_2(pxTraceTimestamp->frequency = …
199 #define xTraceTimestampSetPeriod(uiPeriod) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_2(pxTraceTimestamp->per…
209 …ampSetOsTickCount(uiOsTickCount) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_2(pxTraceTimestamp->osTickCount …
219 …(puxFrequency) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_2(*(puxFrequency) = pxTraceTimestamp->frequency, T…
229 …Period(puiPeriod) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_2(*(puiPeriod) = pxTraceTimestamp->period, TRC_…
[all …]