Searched refs:xCommand (Results 1 – 1 of 1) sorted by relevance
353 TraceCommand_t xCommand = { 0 }; in xTraceEnable() local380 if (xTraceStreamPortReadData(&xCommand, sizeof(TraceCommand_t), (int32_t*)&iBytes) == TRC_FAIL) in xTraceEnable()387 if (prvIsValidCommand(&xCommand) != 0) in xTraceEnable()389 prvProcessCommand(&xCommand); in xTraceEnable()397 xCommand.cmdCode = CMD_SET_ACTIVE; in xTraceEnable()398 xCommand.param1 = 1u; in xTraceEnable()399 prvProcessCommand(&xCommand); in xTraceEnable()452 TraceCommand_t xCommand = { 0 }; in xTraceTzCtrl() local459 if (xTraceStreamPortReadData(&xCommand, sizeof(TraceCommand_t), &iRxBytes) == TRC_FAIL) in xTraceTzCtrl()469 if (prvIsValidCommand(&xCommand) != 0) in xTraceTzCtrl()[all …]