Home
last modified time | relevance | path

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

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/micro_speech/himax_we1_evb/
Dcommand_responder.cc20 static int32_t last_command_time = 0; variable
32 last_command_time = current_time; in RespondToCommand()
36 last_command_time = current_time; in RespondToCommand()
42 if (last_command_time != 0) { in RespondToCommand()
43 if (last_command_time < (current_time - 3000)) { in RespondToCommand()
44 last_command_time = 0; in RespondToCommand()
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/micro_speech/arduino/
Dcommand_responder.cc46 static int32_t last_command_time = 0; in RespondToCommand() local
55 last_command_time = current_time; in RespondToCommand()
60 last_command_time = current_time; in RespondToCommand()
65 last_command_time = current_time; in RespondToCommand()
72 if (last_command_time != 0) { in RespondToCommand()
73 if (last_command_time < (current_time - 3000)) { in RespondToCommand()
74 last_command_time = 0; in RespondToCommand()