Searched defs:moc (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/ |
D | mag_cal.c | 83 void magCalReset(struct MagCal *moc) { in magCalReset() 90 static bool moc_batch_complete(struct MagCal *moc, uint64_t sample_time_us) { in moc_batch_complete() 106 void initMagCal(struct MagCal *moc, in initMagCal() 138 void magCalDestroy(struct MagCal *moc) { (void)moc; } in magCalDestroy() 140 enum MagUpdate magCalUpdate(struct MagCal *moc, uint64_t sample_time_us, in magCalUpdate() 228 void magCalGetBias(const struct MagCal *moc, float *x, float *y, float *z) { in magCalGetBias() 234 void magCalAddBias(struct MagCal *moc, float x, float y, float z) { in magCalAddBias() 240 void magCalRemoveBias(struct MagCal *moc, float xi, float yi, float zi, in magCalRemoveBias() 247 void magCalSetSoftiron(struct MagCal *moc, float c00, float c01, float c02, in magCalSetSoftiron() 261 void magCalRemoveSoftiron(struct MagCal *moc, float xi, float yi, float zi, in magCalRemoveSoftiron()
|
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/ |
D | mag_sphere_fit.h | 38 struct MagCal moc; member
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | st_mag40.c | 229 struct MagCal moc; member
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 522 struct MagCal moc; member
|