Home
last modified time | relevance | path

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

/mipi-sys-t-3.6.0-3.5.0/library/test/unit/
Dmipi_syst_crc32_test.cpp77 mipi_syst_u32 crc32_byte_array( mipi_syst_u8 *pData, mipi_syst_u32 bytes) in crc32_byte_array() argument
79 while (bytes--) { in crc32_byte_array()
/mipi-sys-t-3.6.0-3.5.0/printer/src/
Dmipi_syst_main.cpp135 std::vector<uint8_t> bytes; in readAndPrint() local
136 if (!hex2bin(line.substr(pattern.size()), bytes)) { in readAndPrint()
141 decoder.decode(msg, bytes, ctx); in readAndPrint()
/mipi-sys-t-3.6.0-3.5.0/library/doxygen/
DProtocol.md8 length SyS-T Messages without additional padding bytes between them. The
28 ordering where less significant bytes precede more significant ones. Only the
81 Attributes are stored one after the other without any additional alignment bytes.
85 The typical data overhead of the SyS-T Data Protocol is 4 bytes (32 bits) per
87 These 4 bytes come from the 32-bit message header at the beginning
247 et_length is set. This length indicates the number of message payload bytes that
265 the message bytes, excluding the checksum value itself. The CRC generation is
DApiOverview.md169 message bytes, excluding the checksum value itself. The CRC generation is a
/mipi-sys-t-3.6.0-3.5.0/library/include/
Dmipi_syst.h.in104 * Only the last 64 bytes of the string are considered for hashing
576 * field that indicates how many payload bytes follow.
595 * Maximum size of printf payload in bytes.