Searched refs:pxCommandLineDefinition (Results 1 – 2 of 2) sorted by relevance
170 pcRegisteredCommandString = pxCommand->pxCommandLineDefinition->pcCommand; in FreeRTOS_CLIProcessCommand()185 if( pxCommand->pxCommandLineDefinition->cExpectedNumberOfParameters >= 0 ) in FreeRTOS_CLIProcessCommand()187 …if( prvGetNumberOfParameters( pcCommandInput ) != pxCommand->pxCommandLineDefinition->cExpectedNum… in FreeRTOS_CLIProcessCommand()209 …xReturn = pxCommand->pxCommandLineDefinition->pxCommandInterpreter( pcWriteBuffer, xWriteBufferLen… in FreeRTOS_CLIProcessCommand()308 pxCliDefinitionListItemBuffer->pxCommandLineDefinition = pxCommandToRegister; in prvRegisterCommand()342 strncpy( pcWriteBuffer, pxCommand->pxCommandLineDefinition->pcHelpString, xWriteBufferLen ); in prvHelpCommand()
58 const CLI_Command_Definition_t * pxCommandLineDefinition; member
Completed in 15 milliseconds