const Crc16Profibus = Crc(u16, .{ .polynomial = 7631, .initial = 65535, .reflect_input = false, .reflect_output = false, .xor_output = 65535 });