Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_Sockets.c2565 uint8_t ucNibble; in FreeRTOS_EUI48_ntop() local
2570 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()