Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/doc/services/device_mgmt/
Dsmp_transport.rst70 size of CRC16; this means that actual body size allowed into an
105 | | | CRC16; note that size of |
129 | | | CRC16; note that size of |
137 | crc16 | 2 bytes | CRC16 of entire packet |
184 | crc16 | 2 bytes | CRC16 of entire packet |
193 The CRC16 included in final type frames is calculated over only
195 CRC16 polynomial is 0x1021 and initial value is 0.
/Zephyr-Core-3.5.0/include/zephyr/sys/
Dcrc.h55 CRC16, /**< Use @ref crc16 */ enumerator
355 case CRC16: in crc_by_type()
/Zephyr-Core-3.5.0/lib/crc/
Dcrc_shell.c25 [CRC16] = "16",
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-3.0.rst761 * Fixed the mcumgr SMP protocol over serial not adding the length of the CRC16 to packet length.