Home
last modified time | relevance | path

Searched refs:has_temp (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/drivers/sensor/bosch/bme280/
Dbme280_async.c38 edata->has_temp = 0; in bme280_submit_sync()
46 edata->has_temp = 1; in bme280_submit_sync()
55 edata->has_temp = 1; in bme280_submit_sync()
Dbme280_decoder.c22 *frame_count = edata->has_temp ? 1 : 0; in bme280_decoder_get_frame_count()
72 if (edata->has_temp) { in bme280_decoder_decode()
Dbme280.h213 uint8_t has_temp: 1; member
/Zephyr-latest/drivers/sensor/memsic/mmc56x3/
Dmmc56x3_async.c36 edata->has_temp = 0; in mmc56x3_submit_sync()
45 edata->has_temp = 1; in mmc56x3_submit_sync()
62 edata->has_temp = 1; in mmc56x3_submit_sync()
Dmmc56x3_decoder.c22 *frame_count = edata->has_temp ? 1 : 0; in mmc56x3_decoder_get_frame_count()
79 if (edata->has_temp) { in mmc56x3_decoder_decode()
Dmmc56x3.h127 uint8_t has_temp: 1; member
/Zephyr-latest/drivers/sensor/st/lsm6dsv16x/
Dlsm6dsv16x_rtio.c44 edata->has_temp = 0; in lsm6dsv16x_submit_sample()
74 edata->has_temp = 1; in lsm6dsv16x_submit_sample()
101 edata->has_temp = 1; in lsm6dsv16x_submit_sample()
Dlsm6dsv16x_decoder.h42 uint8_t has_temp: 1; /* set if temp channel has data */ member
Dlsm6dsv16x_decoder.c610 if (edata->has_temp == 0) { in lsm6dsv16x_decode_sample()
/Zephyr-latest/drivers/sensor/bosch/bma4xx/
Dbma4xx.c371 edata->has_temp = 0; in bma4xx_submit_one_shot()
384 edata->has_temp = 1; in bma4xx_submit_one_shot()
395 edata->has_temp = 1; in bma4xx_submit_one_shot()
417 if (edata->has_temp) { in bma4xx_submit_one_shot()
480 *frame_count = edata->has_temp ? 1 : 0; in bma4xx_decoder_get_frame_count()
630 if (!edata->has_temp) { in bma4xx_one_shot_decode()
Dbma4xx.h229 uint8_t has_temp: 1; member