Home
last modified time | relevance | path

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

/mipi-sys-t-3.4.0/printer/src/
Dmipi_syst_main.cpp94 for(auto hexChar(hexStr.c_str()); nibbles ; nibbles -= 2) in hex2bin() local
96 auto high(hexCharVal[(uint8_t)*hexChar++]); in hex2bin()
97 auto low(hexCharVal[(uint8_t)*hexChar++]); in hex2bin()