Skip to main content

CRC_16_GENIBUS

Constant CRC_16_GENIBUS 

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

ยงCRC-16/GENIBUS

  • width: 16 bits
  • poly: 0x1021 (reversed: 0x8408)
  • init: 0xffff
  • refin: false
  • refout: false
  • xorout: 0xffff
  • check: 0xd64e
  • residue: 0x1d0f