Searched refs:hexByteToInt (Results 1 – 3 of 3) sorted by relevance
19 uint8_t hexByteToInt(const char * encodedByte);
31 uint8_t hexByteToInt(const char * encodedByte) in hexByteToInt() function
48 *buffer++ = hexByteToInt(temp); in _readFromStream()