Searched refs:rh_ticks (Results 1 – 1 of 1) sorted by relevance
83 uint16_t rh_ticks; in sgp40_attr_set() local88 rh_ticks = (uint16_t)(((tmp * 65535U) + 50U) / 100U); in sgp40_attr_set()89 sys_put_be16(rh_ticks, data->rh_param); in sgp40_attr_set()90 data->rh_param[2] = sgp40_compute_crc(rh_ticks); in sgp40_attr_set()