Searched refs:has_humidity (Results 1 – 3 of 3) sorted by relevance
48 edata->has_humidity = 0; in bme280_submit_sync()58 edata->has_humidity = 1; in bme280_submit_sync()65 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()
232 uint8_t has_humidity: 1; member