Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Sockets.c3321 uint8_t ucNibble; in FreeRTOS_EUI48_ntop() local
3326 ucNibble = ucByte >> 4; in FreeRTOS_EUI48_ntop()
3330 ucNibble = ucByte & 0x0FU; in FreeRTOS_EUI48_ntop()
3333 if( ucNibble <= 0x09U ) in FreeRTOS_EUI48_ntop()
3336 cResult = ( char ) ( cResult + ucNibble ); in FreeRTOS_EUI48_ntop()
3341 cResult = ( char ) ( cResult + ucNibble ); in FreeRTOS_EUI48_ntop()