Searched refs:xCommand (Results 1 – 1 of 1) sorted by relevance
271 TraceCommand_t xCommand; in xTraceEnable() local293 if (xTraceStreamPortReadData(&xCommand, sizeof(TraceCommand_t), (int32_t*)&iBytes) == TRC_FAIL) in xTraceEnable()300 if (prvIsValidCommand(&xCommand)) in xTraceEnable()302 if (xCommand.cmdCode == CMD_SET_ACTIVE && xCommand.param1 == 1) in xTraceEnable()308 prvProcessCommand(&xCommand); in xTraceEnable()318 xCommand.cmdCode = CMD_SET_ACTIVE; in xTraceEnable()319 xCommand.param1 = 1; in xTraceEnable()320 prvProcessCommand(&xCommand); in xTraceEnable()370 TraceCommand_t xCommand; in xTraceTzCtrl() local377 if (xTraceStreamPortReadData(&xCommand, sizeof(TraceCommand_t), &iBytes) == TRC_FAIL) in xTraceTzCtrl()[all …]