Searched refs:ucNibble (Results 1 – 1 of 1) sorted by relevance
3321 uint8_t ucNibble; in FreeRTOS_EUI48_ntop() local3326 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()