Searched refs:ucByte (Results 1 – 2 of 2) sorted by relevance
1021 uint8_t ucByte; in DNS_TreatNBNS() local1085 ucByte = ( uint8_t ) ( ( ( pucSource[ 0 ] - ucCharA ) << 4 ) | in DNS_TreatNBNS()1089 if( ( ucByte == ( uint8_t ) ' ' ) && ( pucTarget[ 1 ] == 0U ) ) in DNS_TreatNBNS()1091 ucByte = 0U; in DNS_TreatNBNS()1094 *pucTarget = ucByte; in DNS_TreatNBNS()
3317 uint8_t ucByte = pucSource[ uxIndex ]; in FreeRTOS_EUI48_ntop() local3326 ucNibble = ucByte >> 4; in FreeRTOS_EUI48_ntop()3330 ucNibble = ucByte & 0x0FU; in FreeRTOS_EUI48_ntop()