Searched defs:moc (Results 1 – 3 of 3) sorted by relevance
| /device/google/contexthub/firmware/src/algos/ |
| D | mag_cal.c | 36 static int moc_eigen_test(struct MagCal *moc) in moc_eigen_test() 67 int moc_fit(struct MagCal *moc, struct Vec3 *bias, float *radius) in moc_fit() 112 void moc_reset(struct MagCal *moc) in moc_reset() 123 static int moc_batch_complete(struct MagCal *moc, uint64_t sample_time_us) in moc_batch_complete() 140 void initMagCal(struct MagCal *moc, in initMagCal() 159 void destroy_mag_cal(struct MagCal *moc) in destroy_mag_cal() 164 bool magCalUpdate(struct MagCal *moc, uint64_t sample_time_us, in magCalUpdate() 242 void magCalGetBias(struct MagCal *moc, float *x, float *y, float *z) in magCalGetBias() 249 void magCalAddBias(struct MagCal *moc, float x, float y, float z) in magCalAddBias() 256 void magCalRemoveBias(struct MagCal *moc, float xi, float yi, float zi, in magCalRemoveBias() [all …]
|
| D | accel_cal.c | 414 static int mocEigenTest(struct MagCal *moc, struct accelGoodData_t *agd) { in mocEigenTest()
|
| /device/google/contexthub/firmware/src/drivers/bosch_bmi160/ |
| D | bosch_bmi160.c | 433 struct MagCal moc; member
|