Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Demo/corePKCS11_Windows_Simulator/examples/
A Ddemo_helpers.c121 char * pcNextChar = pcByteRow; in vWriteHexBytesToConsole() local
133 snprintf( pcNextChar, in vWriteHexBytesToConsole()
134 sizeof( pcByteRow ) - ( pcNextChar - pcByteRow ), in vWriteHexBytesToConsole()
137 pcNextChar += 2; in vWriteHexBytesToConsole()
142 *pcNextChar = ' '; in vWriteHexBytesToConsole()
143 pcNextChar++; in vWriteHexBytesToConsole()
149 *pcNextChar = '\0'; in vWriteHexBytesToConsole()
152 pcNextChar = pcByteRow; in vWriteHexBytesToConsole()
157 if( pcNextChar > pcByteRow ) in vWriteHexBytesToConsole()
159 *pcNextChar = '\0'; in vWriteHexBytesToConsole()

Completed in 5 milliseconds