Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/sensor/sensirion/sgp40/
Dsgp40.c23 static uint8_t sgp40_compute_crc(uint16_t value) in sgp40_compute_crc() function
78 data->t_param[2] = sgp40_compute_crc(t_ticks); in sgp40_attr_set()
90 data->rh_param[2] = sgp40_compute_crc(rh_ticks); in sgp40_attr_set()
121 if (sgp40_compute_crc(raw_sample) != rx_buf[2]) { in sgp40_selftest()
162 if (sgp40_compute_crc(raw_sample) != rx_buf[2]) { in sgp40_sample_fetch()