Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/cli/
Dwifi_shell.c63 unsigned int remaining_cmds = cli.num_commands - i; in cli_unregister_command() local
64 if (remaining_cmds > 0U) in cli_unregister_command()
66 …(void)memmove(&cli.commands[i], &cli.commands[i + 1U], (remaining_cmds * sizeof(struct cli_command… in cli_unregister_command()