Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/sensirion/sgp40/
Dsgp40.c83 uint16_t rh_ticks; in sgp40_attr_set() local
88 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()