Skip to main content

CRC_8_I_CODE

Constant CRC_8_I_CODE 

Source
pub const CRC_8_I_CODE: Algorithm<u8>;
Expand description

ยงCRC-8/I-CODE

  • width: 8 bits
  • poly: 0x1d (reversed: 0xb8)
  • init: 0xfd
  • refin: false
  • refout: false
  • xorout: 0x0
  • check: 0x7e
  • residue: 0x0