Home
last modified time | relevance | path

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

/mipi-sys-t-2.7.6/printer/src/
Dmipi_syst_main.cpp85 static bool hex2bin(const std::string& hexStr, std::vector<uint8_t>& dest) in hex2bin() function
136 if (!hex2bin(line.substr(pattern.size()), bytes)) { in readAndPrint()