Home
last modified time | relevance | path

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

/SCP-firmware-master/debugger/src/cli/
A Dcli.c205 uint32_t history_size,
913 uint32_t history_size, in cli_get_command() argument
985 if (((history_oldest + 1) % history_size) != in cli_get_command()
989 history_index = history_size - 1; in cli_get_command()
996 history_index = (history_index + 1) % history_size; in cli_get_command()
1028 history_index = (history_index + 1) % history_size; in cli_get_command()

Completed in 4 milliseconds