Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/
A DFreeRTOS_CLI.c170 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()
A DFreeRTOS_CLI.h58 const CLI_Command_Definition_t * pxCommandLineDefinition; member

Completed in 15 milliseconds