Skip to main content

CRC_8_SAE_J1850

Constant CRC_8_SAE_J1850 

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

ยงCRC-8/SAE-J1850

  • width: 8 bits
  • poly: 0x1d (reversed: 0xb8)
  • init: 0xff
  • refin: false
  • refout: false
  • xorout: 0xff
  • check: 0x4b
  • residue: 0xc4