Skip to main content

CRC_8_AUTOSAR

Constant CRC_8_AUTOSAR 

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

ยงCRC-8/AUTOSAR

  • width: 8 bits
  • poly: 0x2f (reversed: 0xf4)
  • init: 0xff
  • refin: false
  • refout: false
  • xorout: 0xff
  • check: 0xdf
  • residue: 0x42