Searched refs:cExpectedNumberOfParameters (Results 1 – 3 of 3) sorted by relevance
35 int8_t cExpectedNumberOfParameters; member
93 …uint8_t cExpectedNumberOfParameters; /*!< Commands expect a fixed number of parameters, which may … member
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)