Searched refs:waiting_command_ (Results 1 – 1 of 1) sorted by relevance
135 …ASSERT_LOG(waiting_command_ == op_code, "Waiting for 0x%02hx (%s), got 0x%02hx (%s)", waiting_comm… in handle_command_response()136 OpCodeText(waiting_command_).c_str(), op_code, OpCodeText(op_code).c_str()); in handle_command_response()142 waiting_command_ = OpCode::NONE; in handle_command_response()151 if (waiting_command_ != OpCode::NONE) { in send_next_command()165 waiting_command_ = op_code; in send_next_command()217 OpCode waiting_command_{OpCode::NONE}; member