Searched refs:magCalRemoveBias (Results 1 – 5 of 5) sorted by relevance
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/ |
D | mag_cal.h | 96 void magCalRemoveBias(struct MagCal *moc, float xi, float yi, float zi,
|
D | mag_cal.c | 241 void magCalRemoveBias(struct MagCal *moc, float xi, float yi, float zi, in magCalRemoveBias() function
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | st_mag40.c | 747 magCalRemoveBias(&mTask.moc, xi, yi, zi, &x, &y, &z); in parseRawData()
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 2040 magCalRemoveBias(&mTask.moc, xi, yi, zi, &x, &y, &z);
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | st_lsm6dsm.c | 4311 magCalRemoveBias(&T(magnCal), magnOffX, magnOffY, magnOffZ, &x_remap, &y_remap, &z_remap); in lsm6dsm_processSensorThreeAxisData()
|