HTS221_SENSOR_T
ch = &iio_dev->channels[HTS221_SENSOR_T];
const struct hts221_avg *avg = &hts221_avg_list[HTS221_SENSOR_T];
slope = &hw->sensors[HTS221_SENSOR_T].slope;
b_gen = &hw->sensors[HTS221_SENSOR_T].b_gen;
data = hw->sensors[HTS221_SENSOR_T].slope;
data = hw->sensors[HTS221_SENSOR_T].b_gen;
div = hw->sensors[HTS221_SENSOR_T].slope;
avg = &hts221_avg_list[HTS221_SENSOR_T];
idx = hw->sensors[HTS221_SENSOR_T].cur_avg_idx;
return hts221_update_avg(hw, HTS221_SENSOR_T, val);
data = hts221_avg_list[HTS221_SENSOR_T].avg_avl[3];
err = hts221_update_avg(hw, HTS221_SENSOR_T, data);