Searched refs:ucNibble (Results 1 – 1 of 1) sorted by relevance
2565 uint8_t ucNibble; in FreeRTOS_EUI48_ntop() local2570 ucNibble = ucByte >> 4; in FreeRTOS_EUI48_ntop()2574 ucNibble = ucByte & 0x0FU; in FreeRTOS_EUI48_ntop()2577 if( ucNibble <= 0x09U ) in FreeRTOS_EUI48_ntop()2580 cResult = cResult + ucNibble; in FreeRTOS_EUI48_ntop()2585 cResult = cResult + ( ucNibble - 10U ); in FreeRTOS_EUI48_ntop()