Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcStreamingRecorder.c38 unsigned char cmdCode; member
302 if (xCommand.cmdCode == CMD_SET_ACTIVE && xCommand.param1 == 1) in xTraceEnable()
318 xCommand.cmdCode = CMD_SET_ACTIVE; in xTraceEnable()
567 uint16_t checksum = (uint16_t)(0xFFFF - ( cmd->cmdCode + in prvIsValidCommand()
580 if (cmd->cmdCode > CMD_LAST_COMMAND) in prvIsValidCommand()
589 switch(cmd->cmdCode) in prvProcessCommand()