Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_Sockets.c2336 uint8_t ucValue = pucAddress[ uxNibble ]; in FreeRTOS_inet_ntoa() local
2341 pucDigits[ uxSource ] = ucValue % ( uint8_t ) 10U; in FreeRTOS_inet_ntoa()
2342 ucValue /= ( uint8_t ) 10U; in FreeRTOS_inet_ntoa()
2352 pucDigits[ 0 ] = ucValue; in FreeRTOS_inet_ntoa()