Searched refs:initMagCal (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/ |
D | mag_cal.h | 57 void initMagCal(struct MagCal *moc, float x_bias, float y_bias, float z_bias, 64 void initMagCal(struct MagCal *moc, float x_bias, float y_bias, float z_bias,
|
D | mag_cal.c | 165 void initMagCal(struct MagCal *moc, float x_bias, float y_bias, float z_bias, in initMagCal() function
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 3734 initMagCal(&mTask.moc, 0.0f, 0.0f, 0.0f, // bias x, y, z 3746 initMagCal(&mTask.moc, 0.0f, 0.0f, 0.0f, // bias x, y, z
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | st_lsm6dsm.c | 3185 initMagCal(&T(magnCal),
|