Home
last modified time | relevance | path

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

/percepio-3.5.0/TraceRecorder/
DtrcStreamingRecorder.c453 int32_t iRxBytes; in xTraceTzCtrl() local
458 iRxBytes = 0; in xTraceTzCtrl()
459 if (xTraceStreamPortReadData(&xCommand, sizeof(TraceCommand_t), &iRxBytes) == TRC_FAIL) in xTraceTzCtrl()
467 if ((uint32_t)iRxBytes == sizeof(TraceCommand_t)) in xTraceTzCtrl()
483 } while (iRxBytes > 0); in xTraceTzCtrl()