Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_Sockets.c2566 char cResult; in FreeRTOS_EUI48_ntop() local
2579 cResult = '0'; in FreeRTOS_EUI48_ntop()
2580 cResult = cResult + ucNibble; in FreeRTOS_EUI48_ntop()
2584 cResult = cTen; /* Either 'a' or 'A' */ in FreeRTOS_EUI48_ntop()
2585 cResult = cResult + ( ucNibble - 10U ); in FreeRTOS_EUI48_ntop()
2588 pcTarget[ uxTarget ] = cResult; in FreeRTOS_EUI48_ntop()