Home
last modified time | relevance | path

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

/mipi-sys-t-2.7.6/printer/src/
Dmipi_syst_main.cpp97 auto low(hexCharVal[(uint8_t)*hexChar++]); in hex2bin() local
98 if (high == 0xFF || low == 0xFF) { in hex2bin()
101 dest.push_back((high << 4) | low); in hex2bin()
/mipi-sys-t-2.7.6/
DCMakeLists.txt12 (10=min, 20=low overhead, 30=complete)")
DREADME.md4 defines a platform-independent, low bandwidth trace data protocol and software
/mipi-sys-t-2.7.6/library/doxygen/
Dmainpage.md6 The MIPI System Software Trace (SyS-T) library is a customizable, low
DAdapting.md10 * Providing the low level trace output code that interfaces with the
DBuilding.md35 SYST_CFG_CONFORMANCE_LEVEL| The library conformance level setting (10=minimal, 20=cpu low overhead,…
DApiOverview.md67 thread and to store it in thread local storage. This usage provides low
DProtocol.md17 writer or low level trace output functions from the platform level code.
/mipi-sys-t-2.7.6/library/
DCMakeLists.txt19 …"30" CACHE STRING "Supported MIPI SyS-T API conformance level. (10=min, 20=low overhead, 30=comple…
/mipi-sys-t-2.7.6/library/include/
Dmipi_syst.h.in51 * 20 = low overhead (exluding varag functions and CRC32)
472 * only low-level access macros must be provided for outputting data. These
476 * These low level output macros are: