Searched refs:ucValue (Results 1 – 1 of 1) sorted by relevance
2336 uint8_t ucValue = pucAddress[ uxNibble ]; in FreeRTOS_inet_ntoa() local2341 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()