Searched refs:tohex (Results 1 – 1 of 1) sorted by relevance
28 static uint8_t tohex(uint8_t c) in tohex() function117 REG8(addr + i) = (uint8_t)tohex((id >> 4U) & 0xfU); in emitvers()118 REG8(addr + i + 1U) = (uint8_t)tohex(id & 0xfU); in emitvers()