Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dplus_tcp_demo_cli.c170 static struct xCommandCouple xCommands[] = variable
247 for( xIndex = 0; xIndex < ARRAY_SIZE( xCommands ); xIndex++ ) in xHandleTestingCommand()
249 struct xCommandCouple * pxCommand = &( xCommands[ xIndex ] ); in xHandleTestingCommand()
922 for( xIndex = 0; xIndex < ARRAY_SIZE( xCommands ); xIndex++ ) in handle_help()
924 …FreeRTOS_printf( ( "%-11.11s: %s\n", xCommands[ xIndex ].pcCommand, xCommands[ xIndex ].pcHelp ) ); in handle_help()