Searched refs:ascii2hex (Results 1 – 1 of 1) sorted by relevance
7 const uint8_t ascii2hex[] = { variable55 out[vpos++] = (uint8_t)(ascii2hex[idx0] << 4) | ascii2hex[idx1]; in iwhex2bin()