Skip to main content

CRC_8_SMBUS

Constant CRC_8_SMBUS 

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

ยงCRC-8/SMBUS

  • width: 8 bits
  • poly: 0x7 (reversed: 0xe0)
  • init: 0x0
  • refin: false
  • refout: false
  • xorout: 0x0
  • check: 0xf4
  • residue: 0x0