const Crc16Mcrf4xx = Crc(u16, .{ .polynomial = 4129, .initial = 65535, .reflect_input = true, .reflect_output = true, .xor_output = 0 });