const Crc10Atm = Crc(u10, .{ .polynomial = 563, .initial = 0, .reflect_input = false, .reflect_output = false, .xor_output = 0 });