HomeSort by relevance Sort by last modified time
    Searched refs:INV_NEW_DATA (Results 1 - 6 of 6) sorted by null

  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
hal_outputs.c 134 if (hal_out.accel_status & INV_NEW_DATA)
212 if (hal_out.gyro_status & INV_NEW_DATA)
237 if (hal_out.gyro_status & INV_NEW_DATA)
318 status = hal_out.quat_status & INV_NEW_DATA? 1 : 0;
321 status = hal_out.accel_status & INV_NEW_DATA? 1 : 0;
360 status = hal_out.accel_status & INV_NEW_DATA? 1 : 0;
388 if (hal_out.compass_status & INV_NEW_DATA)
418 if (hal_out.compass_status & INV_NEW_DATA)
614 hal_out.gyro_status &= ~INV_NEW_DATA;
617 hal_out.accel_status &= ~INV_NEW_DATA;
    [all...]
data_builder.c     [all...]
data_builder.h 37 /** INV_NEW_DATA set for a new set of data, cleared if not available. */
38 #define INV_NEW_DATA 64
97 * INV_NEW_DATA set for a new set of data, cleared if not available.
112 * INV_NEW_DATA set for a new set of data, cleared if not available.
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
hal_outputs.c 86 if (hal_out.accel_status & INV_NEW_DATA)
118 if (hal_out.accel_status & INV_NEW_DATA)
144 if (hal_out.accel_status & INV_NEW_DATA)
173 if (hal_out.gyro_status & INV_NEW_DATA)
198 if (hal_out.gyro_status & INV_NEW_DATA)
276 status = hal_out.quat_status & INV_NEW_DATA? 1 : 0;
279 status = hal_out.accel_status & INV_NEW_DATA? 1 : 0;
315 status = hal_out.accel_status & INV_NEW_DATA? 1 : 0;
342 if (hal_out.compass_status & INV_NEW_DATA)
372 if (hal_out.compass_status & INV_NEW_DATA)
    [all...]
data_builder.c 806 sensors.accel.status |= INV_NEW_DATA | INV_SENSOR_ON;
832 sensors.gyro.status |= INV_NEW_DATA | INV_RAW_DATA | INV_SENSOR_ON;
882 sensors.compass.status |= INV_NEW_DATA | INV_SENSOR_ON;
904 sensors.temp.status |= INV_NEW_DATA | INV_RAW_DATA | INV_SENSOR_ON;
    [all...]
data_builder.h 37 /** INV_NEW_DATA set for a new set of data, cleared if not available. */
38 #define INV_NEW_DATA 64
95 * INV_NEW_DATA set for a new set of data, cleared if not available.
110 * INV_NEW_DATA set for a new set of data, cleared if not available.

Completed in 122 milliseconds