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