Searched refs:hexCharToNibble (Results 1 – 2 of 2) sorted by relevance
39 inline uint8_t hexCharToNibble(char ch) in hexCharToNibble() function64 uint8_t hi = hexCharToNibble(str[i]); in hexStringToBytes()69 uint8_t lo = hexCharToNibble(str[i + 1]); in hexStringToBytes()
63 EXPECT_EQ(hexCharToNibble(c), expected); in TEST()