Searched refs:xCommands (Results 1 – 1 of 1) sorted by relevance
170 static struct xCommandCouple xCommands[] = variable247 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()