Home
last modified time | relevance | path

Searched refs:accelCalBiasRemove (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.h202 void accelCalBiasRemove(struct AccelCal *acc, float *x, float *y, float *z);
Daccel_cal.c444 void accelCalBiasRemove(struct AccelCal *acc, float *x, float *y, float *z) { in accelCalBiasRemove() function
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c2482 accelCalBiasRemove(&T(accel_cal), &x, &y, &z);
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c2060 accelCalBiasRemove(&mTask.acc, &x, &y, &z);
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c4223 accelCalBiasRemove(&T(accelCal), &x_remap, &y_remap, &z_remap); in lsm6dsm_processSensorThreeAxisData()