Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Demo/corePKCS11_Windows_Simulator/examples/
A Ddemo_helpers.c120 char pcByteRow[ 1 + ( BYTES_TO_DISPLAY_PER_ROW * 2 ) + ( BYTES_TO_DISPLAY_PER_ROW / 2 ) ]; in vWriteHexBytesToConsole() local
121 char * pcNextChar = pcByteRow; in vWriteHexBytesToConsole()
134 sizeof( pcByteRow ) - ( pcNextChar - pcByteRow ), in vWriteHexBytesToConsole()
150 configPRINTF( ( pcByteRow ) ); in vWriteHexBytesToConsole()
152 pcNextChar = pcByteRow; in vWriteHexBytesToConsole()
157 if( pcNextChar > pcByteRow ) in vWriteHexBytesToConsole()
160 configPRINTF( ( pcByteRow ) ); in vWriteHexBytesToConsole()

Completed in 5 milliseconds