Searched refs:ucByte (Results 1 – 2 of 2) sorted by relevance
810 uint8_t ucByte; in DNS_TreatNBNS() local839 ucByte = ( ( uint8_t ) ( ( pucSource[ 0 ] - ucCharA ) << 4 ) ) | in DNS_TreatNBNS()843 if( ( ucByte == ( uint8_t ) ' ' ) && ( pucTarget[ 1 ] == 0U ) ) in DNS_TreatNBNS()845 ucByte = 0U; in DNS_TreatNBNS()848 *pucTarget = ucByte; in DNS_TreatNBNS()
2561 uint8_t ucByte = pucSource[ uxIndex ]; in FreeRTOS_EUI48_ntop() local2570 ucNibble = ucByte >> 4; in FreeRTOS_EUI48_ntop()2574 ucNibble = ucByte & 0x0FU; in FreeRTOS_EUI48_ntop()