const Crc24Ble = Crc(u24, .{ .polynomial = 1627, .initial = 5592405, .reflect_input = true, .reflect_output = true, .xor_output = 0 });