Home
last modified time | relevance | path

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

/mipi-sys-t-3.4.0/printer/src/
Dmipi_syst_main.cpp69 static const uint8_t hexCharVal[] = variable
96 auto high(hexCharVal[(uint8_t)*hexChar++]); in hex2bin()
97 auto low(hexCharVal[(uint8_t)*hexChar++]); in hex2bin()