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