HomeSort by: relevance | last modified time | path
    Searched refs:voc_index (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/i2c/
sensirion_voc_algorithm.h 185 * @param voc_index Calculated VOC index value from the raw sensor value. Zero
189 int32_t* voc_index);
sgp40.c 215 int32_t voc_index; local in function:sgp40_take_measurement
233 * and does not return any indicator that is going on, so voc_index
264 &voc_index);
266 device_xname(sc->sc_dev), voc_index));
267 sc->sc_voc = voc_index;
sensirion_voc_algorithm.c 397 int32_t* voc_index) {
428 *voc_index = (fix16_cast_to_int((params->mVoc_Index + F16(0.5))));

Completed in 40 milliseconds