Searched refs:nybble (Results 1 – 1 of 1) sorted by relevance
38 static uint8_t nybble(const uint8_t n) in nybble() function48 uint8_t val = (nybble(data[0]) << 4) | nybble(data[1]); in hex()