Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/bosch/bme280/
Dbme280_async.c39 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()
Dbme280_decoder.c28 *frame_count = edata->has_humidity ? 1 : 0; in bme280_decoder_get_frame_count()
98 if (edata->has_humidity) { in bme280_decoder_decode()
Dbme280.h217 uint8_t has_humidity: 1; member