Searched refs:accelCalBiasRemove (Results 1 – 5 of 5) sorted by relevance
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/ |
D | accel_cal.h | 202 void accelCalBiasRemove(struct AccelCal *acc, float *x, float *y, float *z);
|
D | accel_cal.c | 444 void accelCalBiasRemove(struct AccelCal *acc, float *x, float *y, float *z) { in accelCalBiasRemove() function
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 2482 accelCalBiasRemove(&T(accel_cal), &x, &y, &z);
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 2060 accelCalBiasRemove(&mTask.acc, &x, &y, &z);
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | st_lsm6dsm.c | 4223 accelCalBiasRemove(&T(accelCal), &x_remap, &y_remap, &z_remap); in lsm6dsm_processSensorThreeAxisData()
|