Searched refs:cExpectedNumberOfParameters (Results 1 – 25 of 258) sorted by relevance
1234567891011
579 … if (tmpCommand->cExpectedNumberOfParameters == (uint8_t)SHELL_IGNORE_PARAMETER_COUNT)583 else if ((tmpCommand->cExpectedNumberOfParameters == 0U) && (argc == 1))587 else if (tmpCommand->cExpectedNumberOfParameters > 0U)589 if ((argc - 1) == (int32_t)tmpCommand->cExpectedNumberOfParameters)
581 … if (tmpCommand->cExpectedNumberOfParameters == (uint8_t)SHELL_IGNORE_PARAMETER_COUNT)585 else if ((tmpCommand->cExpectedNumberOfParameters == 0U) && (argc == 1))589 else if (tmpCommand->cExpectedNumberOfParameters > 0U)591 if ((argc - 1) == (int32_t)tmpCommand->cExpectedNumberOfParameters)
627 … if (tmpCommand->cExpectedNumberOfParameters == (uint8_t)SHELL_IGNORE_PARAMETER_COUNT) in SHELL_ProcessCommand()631 else if ((tmpCommand->cExpectedNumberOfParameters == 0U) && (argc == 1)) in SHELL_ProcessCommand()635 else if (tmpCommand->cExpectedNumberOfParameters > 0U) in SHELL_ProcessCommand()637 if ((argc - 1) == (int32_t)tmpCommand->cExpectedNumberOfParameters) in SHELL_ProcessCommand()