Searched refs:has_humidity (Results 1 – 3 of 3) sorted by relevance
39 edata->has_humidity = 0; in bme280_submit_sync()49 edata->has_humidity = 1; in bme280_submit_sync()56 edata->has_humidity = 1; in bme280_submit_sync()
28 *frame_count = edata->has_humidity ? 1 : 0; in bme280_decoder_get_frame_count()98 if (edata->has_humidity) { in bme280_decoder_decode()
217 uint8_t has_humidity: 1; member