Searched refs:hexFromNibbles (Results 1 – 1 of 1) sorted by relevance
160 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles() function177 Output.push_back(hexFromNibbles('0', Input.front())); in fromHex()183 uint8_t Hex = hexFromNibbles(Input[0], Input[1]); in fromHex()