Home
last modified time | relevance | path

Searched refs:INV_NEW_DATA (Results 1 – 6 of 6) sorted by relevance

/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Dhal_outputs.c134 if (hal_out.accel_status & INV_NEW_DATA) in inv_get_sensor_type_accelerometer()
212 if (hal_out.gyro_status & INV_NEW_DATA) in inv_get_sensor_type_gyroscope()
237 if (hal_out.gyro_status & INV_NEW_DATA) in inv_get_sensor_type_gyroscope_raw()
318 status = hal_out.quat_status & INV_NEW_DATA? 1 : 0; in inv_get_sensor_type_rotation_vector_6_axis()
321 status = hal_out.accel_status & INV_NEW_DATA? 1 : 0; in inv_get_sensor_type_rotation_vector_6_axis()
360 status = hal_out.accel_status & INV_NEW_DATA? 1 : 0; in inv_get_sensor_type_geomagnetic_rotation_vector()
388 if (hal_out.compass_status & INV_NEW_DATA) in inv_get_sensor_type_magnetic_field()
418 if (hal_out.compass_status & INV_NEW_DATA) in inv_get_sensor_type_magnetic_field_raw()
614 hal_out.gyro_status &= ~INV_NEW_DATA; in inv_generate_hal_outputs()
617 hal_out.accel_status &= ~INV_NEW_DATA; in inv_generate_hal_outputs()
[all …]
Ddata_builder.c1032 sensors.accel.status |= INV_NEW_DATA | INV_SENSOR_ON; in inv_build_accel()
1058 sensors.gyro.status |= INV_NEW_DATA | INV_RAW_DATA | INV_SENSOR_ON; in inv_build_gyro()
1108 sensors.compass.status |= INV_NEW_DATA | INV_SENSOR_ON; in inv_build_compass()
1130 sensors.temp.status |= INV_NEW_DATA | INV_RAW_DATA | INV_SENSOR_ON; in inv_build_temp()
1173 sensors.quat.status |= INV_NEW_DATA | INV_RAW_DATA | INV_SENSOR_ON; in inv_build_quat()
1194 sensors.pressure.status |= INV_NEW_DATA; in inv_build_pressure()
1369 if (sensors.gyro.status & INV_NEW_DATA) in inv_execute_on_data()
1371 if (sensors.accel.status & INV_NEW_DATA) in inv_execute_on_data()
1373 if (sensors.compass.status & INV_NEW_DATA) in inv_execute_on_data()
1375 if (sensors.temp.status & INV_NEW_DATA) in inv_execute_on_data()
[all …]
Ddata_builder.h38 #define INV_NEW_DATA 64 macro
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dhal_outputs.c86 if (hal_out.accel_status & INV_NEW_DATA) in inv_get_sensor_type_accelerometer()
118 if (hal_out.accel_status & INV_NEW_DATA) in inv_get_sensor_type_linear_acceleration()
144 if (hal_out.accel_status & INV_NEW_DATA) in inv_get_sensor_type_gravity()
173 if (hal_out.gyro_status & INV_NEW_DATA) in inv_get_sensor_type_gyroscope()
198 if (hal_out.gyro_status & INV_NEW_DATA) in inv_get_sensor_type_gyroscope_raw()
276 status = hal_out.quat_status & INV_NEW_DATA? 1 : 0; in inv_get_sensor_type_rotation_vector_6_axis()
279 status = hal_out.accel_status & INV_NEW_DATA? 1 : 0; in inv_get_sensor_type_rotation_vector_6_axis()
315 status = hal_out.accel_status & INV_NEW_DATA? 1 : 0; in inv_get_sensor_type_geomagnetic_rotation_vector()
342 if (hal_out.compass_status & INV_NEW_DATA) in inv_get_sensor_type_magnetic_field()
372 if (hal_out.compass_status & INV_NEW_DATA) in inv_get_sensor_type_magnetic_field_raw()
[all …]
Ddata_builder.c806 sensors.accel.status |= INV_NEW_DATA | INV_SENSOR_ON; in inv_build_accel()
832 sensors.gyro.status |= INV_NEW_DATA | INV_RAW_DATA | INV_SENSOR_ON; in inv_build_gyro()
882 sensors.compass.status |= INV_NEW_DATA | INV_SENSOR_ON; in inv_build_compass()
904 sensors.temp.status |= INV_NEW_DATA | INV_RAW_DATA | INV_SENSOR_ON; in inv_build_temp()
946 sensors.quat.status |= INV_NEW_DATA | INV_RAW_DATA | INV_SENSOR_ON; in inv_build_quat()
966 sensors.pressure.status |= INV_NEW_DATA; in inv_build_pressure()
1142 if (sensors.gyro.status & INV_NEW_DATA) in inv_execute_on_data()
1144 if (sensors.accel.status & INV_NEW_DATA) in inv_execute_on_data()
1146 if (sensors.compass.status & INV_NEW_DATA) in inv_execute_on_data()
1148 if (sensors.temp.status & INV_NEW_DATA) in inv_execute_on_data()
[all …]
Ddata_builder.h38 #define INV_NEW_DATA 64 macro