Searched refs:magCalAddBias (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/magnetometer/mag_diverse_cal/ |
D | mag_diverse_cal.cc | 81 magCalAddBias(&mag_cal_, input_cal_data.offset[0], input_cal_data.offset[1], in SetInitialCalibration()
|
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/ |
D | mag_cal.h | 94 void magCalAddBias(struct MagCal *moc, float x, float y, float z);
|
D | mag_cal.c | 234 void magCalAddBias(struct MagCal *moc, float x, float y, float z) { in magCalAddBias() function
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 3769 magCalAddBias(&mTask.moc, (mTask.last_charging_bias_x - newMagBias), 0.0, 0.0);
|