Home
last modified time | relevance | path

Searched refs:coeff_l (Results 1 – 1 of 1) sorted by relevance

/hal_st-latest/sensor/stmemsc/hts221_STdC/driver/
Dhts221_reg.c896 uint8_t coeff_l; in hts221_temp_deg_point_0_get() local
899 ret = hts221_read_reg(ctx, HTS221_T0_DEGC_X8, &coeff_l, 1); in hts221_temp_deg_point_0_get()
905 *val = ((coeff_h * 256) + coeff_l) / 8.0f; in hts221_temp_deg_point_0_get()
923 uint8_t coeff_l; in hts221_temp_deg_point_1_get() local
926 ret = hts221_read_reg(ctx, HTS221_T1_DEGC_X8, &coeff_l, 1); in hts221_temp_deg_point_1_get()
932 *val = ((coeff_h * 256) + coeff_l) / 8.0f; in hts221_temp_deg_point_1_get()