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

  /hardware/invensense/libsensors_iio/software/core/mllite/
hal_outputs.c 69 if (hal_out.accel_status & INV_NEW_DATA)
120 if ((hal_out.accel_status & INV_NEW_DATA) || (hal_out.gyro_status & INV_NEW_DATA))
148 if (hal_out.gyro_status & INV_NEW_DATA)
172 if (hal_out.gyro_status & INV_NEW_DATA)
248 if (hal_out.compass_status & INV_NEW_DATA)
371 hal_out.nine_axis_status = (sensor_cal->gyro.status & INV_NEW_DATA) ? 1 : 0;
375 hal_out.nine_axis_status = (sensor_cal->accel.status & INV_NEW_DATA) ? 1 : 0;
379 hal_out.nine_axis_status = (sensor_cal->compass.status & INV_NEW_DATA) ? 1 : 0;
383 hal_out.nine_axis_status = (sensor_cal->quat.status & INV_NEW_DATA) ? 1 : 0;
    [all...]
data_builder.c 629 sensors.accel.status |= INV_NEW_DATA | INV_SENSOR_ON;
655 sensors.gyro.status |= INV_NEW_DATA | INV_RAW_DATA | INV_SENSOR_ON;
702 sensors.compass.status |= INV_NEW_DATA | INV_SENSOR_ON;
724 sensors.temp.status |= INV_NEW_DATA | INV_RAW_DATA | INV_SENSOR_ON;
754 sensors.quat.status |= INV_NEW_DATA | INV_RAW_DATA | INV_SENSOR_ON;
    [all...]
data_builder.h 34 /* INV_NEW_DATA set for a new set of data, cleared if not available. */
35 #define INV_NEW_DATA 64
83 * INV_NEW_DATA set for a new set of data, cleared if not available.
97 * INV_NEW_DATA set for a new set of data, cleared if not available.

Completed in 158 milliseconds