Home
last modified time | relevance | path

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

/percepio-3.5.0/TraceRecorder/
DtrcSnapshotRecorder.c1431 uint32_t tempDataBuffer[(3 + MAX_ARG_SIZE) / 4]; in xTraceVPrintF() local
1443 ue1 = (UserEvent*)(&tempDataBuffer[0]); in xTraceVPrintF()
1447 noOfSlots = prvTraceUserEventFormat(formatStr, vl, (uint8_t*)tempDataBuffer, 4); in xTraceVPrintF()
1488 tempDataBuffer, in xTraceVPrintF()
1578 uint32_t tempDataBuffer[(3 + MAX_ARG_SIZE) / 4]; in xTracePrint()
1588 ((uint16_t*)tempDataBuffer)[2] = chn; in xTracePrint()
1589 ((uint16_t*)tempDataBuffer)[3] = trcStr; in xTracePrint()
1592 prvTraceUBHelper2(channel, tempDataBuffer, noOfSlots); in xTracePrint()