Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Sockets.c3322 char cResult; in FreeRTOS_EUI48_ntop() local
3335 cResult = '0'; in FreeRTOS_EUI48_ntop()
3336 cResult = ( char ) ( cResult + ucNibble ); in FreeRTOS_EUI48_ntop()
3340 cResult = cTen; /* Either 'a' or 'A' */ in FreeRTOS_EUI48_ntop()
3341 cResult = ( char ) ( cResult + ucNibble ); in FreeRTOS_EUI48_ntop()
3342 cResult = ( char ) ( cResult - ( uint8_t ) 10U ); in FreeRTOS_EUI48_ntop()
3345 pcTarget[ uxTarget ] = cResult; in FreeRTOS_EUI48_ntop()