Searched refs:CMD_SET_ACTIVE (Results 1 – 2 of 2) sorted by relevance
302 if (xCommand.cmdCode == CMD_SET_ACTIVE && xCommand.param1 == 1) in xTraceEnable()318 xCommand.cmdCode = CMD_SET_ACTIVE; in xTraceEnable()591 case CMD_SET_ACTIVE: in prvProcessCommand()
36 #define CMD_SET_ACTIVE 1 /* Start (param1 = 1) or Stop (param1 = 0) */ macro