Type Crc8Bluetooth [src]

Source

pub const Crc8Bluetooth = Crc(u8, .{ .polynomial = 0xa7, .initial = 0x00, .reflect_input = true, .reflect_output = true, .xor_output = 0x00, })