Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/sensirion/sgp40/
Dsgp40.c103 uint16_t raw_sample; in sgp40_selftest() local
120 raw_sample = sys_get_be16(rx_buf); in sgp40_selftest()
121 if (sgp40_compute_crc(raw_sample) != rx_buf[2]) { in sgp40_selftest()
126 if (raw_sample != SGP40_TEST_OK) { in sgp40_selftest()
140 uint16_t raw_sample; in sgp40_sample_fetch() local
161 raw_sample = sys_get_be16(rx_buf); in sgp40_sample_fetch()
162 if (sgp40_compute_crc(raw_sample) != rx_buf[2]) { in sgp40_sample_fetch()
167 data->raw_sample = raw_sample; in sgp40_sample_fetch()
182 val->val1 = data->raw_sample; in sgp40_channel_get()
Dsgp40.h46 uint16_t raw_sample; member