Skip to main content

CRC_16_USB

Constant CRC_16_USB 

Source
pub const CRC_16_USB: Algorithm<u16>;
Expand description

ยงCRC-16/USB

  • width: 16 bits
  • poly: 0x8005 (reversed: 0xa001)
  • init: 0xffff
  • refin: true
  • refout: true
  • xorout: 0xffff
  • check: 0xb4c8
  • residue: 0xb001