Searched refs:pcDescription (Results 1 – 3 of 3) sorted by relevance
53 void vWriteHexBytesToConsole( char * pcDescription,
112 void vWriteHexBytesToConsole( char * pcDescription, in vWriteHexBytesToConsole() argument126 configPRINTF( ( "%s, %d bytes:\r\n", pcDescription, ulDataLength ) ); in vWriteHexBytesToConsole()
400 static BaseType_t xDesiredAdapter( const char * pcDescription ) in xDesiredAdapter() argument407 if( ( pcDescription != NULL ) && ( pcDescription[ 0 ] != 0 ) ) in xDesiredAdapter()409 uxLength = strlen( pcDescription ); in xDesiredAdapter()415 …if( strncasecmp( configNETWORK_INTERFACE_TYPE_TO_USE, &( pcDescription[ uxIndex ] ), uxKeyLength )… in xDesiredAdapter()
Completed in 10 milliseconds