Searched refs:nibbleToHex (Results 1 – 1 of 1) sorted by relevance
480 nibbleToHex(uint8_t n) { in nibbleToHex() function816 str.append(nibbleToHex((uint8_t)errorBytes[i] >> 4)); in convertFile()817 str.append(nibbleToHex((uint8_t)errorBytes[i])); in convertFile()998 str.append(nibbleToHex((uint8_t)(c >> 20))); in convertFile()1001 str.append(nibbleToHex((uint8_t)(c >> 16))); in convertFile()1003 str.append(nibbleToHex((uint8_t)(c >> 12))); in convertFile()1004 str.append(nibbleToHex((uint8_t)(c >> 8))); in convertFile()1005 str.append(nibbleToHex((uint8_t)(c >> 4))); in convertFile()1006 str.append(nibbleToHex((uint8_t)c)); in convertFile()