Home
last modified time | relevance | path

Searched refs:nybble (Results 1 – 1 of 1) sorted by relevance

/tools/firmware/
Dihex2fw.c38 static uint8_t nybble(const uint8_t n) in nybble() function
48 uint8_t val = (nybble(data[0]) << 4) | nybble(data[1]); in hex()