Searched refs:hex_val (Results 1 – 1 of 1) sorted by relevance
16 static int8_t hex_val(char hex) in hex_val() function52 nibble = hex_val(hex_src[2U * i]); in read_hex()59 nibble = hex_val(hex_src[(2U * i) + 1U]); in read_hex()
Completed in 2 milliseconds