Searched refs:cResult (Results 1 – 1 of 1) sorted by relevance
3322 char cResult; in FreeRTOS_EUI48_ntop() local3335 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()