Type Crc8Smbus [src]

Source

pub const Crc8Smbus = Crc(u8, .{ .polynomial = 0x07, .initial = 0x00, .reflect_input = false, .reflect_output = false, .xor_output = 0x00, })