class CRC::CRC16USB
- CRC::CRC16USB
- CRC::CRC16
- CRC::Base(UInt16)
- Digest
- Reference
- Object
Overview
Implements the CRC16 USB algorithm.
Defined in:
crc/crc16_usb.crConstructors
-
.new(crc : UINT = self.class.init_crc)
Initializes the CRC instance.
Class Method Summary
-
.init_crc : UInt16
Initial CRC value.
-
.xor_mask : UInt16
CRC XOR mask.