Searched refs:raw_sample (Results 1 – 2 of 2) sorted by relevance
103 uint16_t raw_sample; in sgp40_selftest() local120 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() local161 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()
46 uint16_t raw_sample; member