Home
last modified time | relevance | path

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

/percepio-3.5.0/TraceRecorder/
DtrcStreamingRecorder.c354 int32_t iBytes; in xTraceEnable() local
378 iBytes = 0; in xTraceEnable()
380 if (xTraceStreamPortReadData(&xCommand, sizeof(TraceCommand_t), (int32_t*)&iBytes) == TRC_FAIL) in xTraceEnable()
385 if ((uint32_t)iBytes == sizeof(TraceCommand_t)) in xTraceEnable()