Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/bosch/bme280/
Dbme280_decoder.c99 out->readings[0].humidity = edata->reading.comp_humidity; in bme280_decoder_decode()
Dbme280.c199 reading->comp_humidity = bme280_compensate_humidity(dev_data, adc_humidity); in bme280_sample_fetch_helper()
247 val->val1 = (data->reading.comp_humidity >> 10); in bme280_channel_get()
248 val->val2 = (((data->reading.comp_humidity & 0x3ff) * 1000U * 1000U) >> 10); in bme280_channel_get()
Dbme280.h169 uint32_t comp_humidity; member