Home
last modified time | relevance | path

Searched refs:INV_MAG_NEW (Results 1 – 9 of 9) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Ddata_builder.h25 #define INV_MAG_NEW 4 macro
Dresults_holder.c365 INV_GYRO_NEW | INV_ACCEL_NEW | INV_MAG_NEW); in inv_start_results_holder()
Dhal_outputs.c659 … INV_GYRO_NEW | INV_ACCEL_NEW | INV_MAG_NEW | INV_QUAT_NEW | INV_PRESSURE_NEW); in inv_start_hal_outputs()
Ddata_builder.c1147 mode |= INV_MAG_NEW; in inv_execute_on_data()
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Ddata_builder.h25 #define INV_MAG_NEW 4 macro
Dresults_holder.c463 INV_GYRO_NEW | INV_ACCEL_NEW | INV_MAG_NEW); in inv_start_results_holder()
Dhal_outputs.c717 … INV_GYRO_NEW | INV_ACCEL_NEW | INV_MAG_NEW | INV_QUAT_NEW | INV_PRESSURE_NEW); in inv_start_hal_outputs()
Ddata_builder.c356 if (inv_data_builder.mode & INV_MAG_NEW) in inv_raw_sensor_timestamp()
1374 inv_data_builder.mode |= INV_MAG_NEW; in inv_execute_on_data()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
Ddatalogger_outputs.c350 INV_PRIORITY_HAL_OUTPUTS, INV_GYRO_NEW | INV_ACCEL_NEW | INV_MAG_NEW); in inv_start_datalogger_outputs()