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