Home
last modified time | relevance | path

Searched refs:AccelCal (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.h131 struct AccelCal { struct
159 void accelCalRun(struct AccelCal *acc, uint64_t sample_time_nanos, float x, argument
169 void accelCalInit(struct AccelCal *acc, uint32_t t0, uint32_t n_s, float th,
173 void accelCalDestroy(struct AccelCal *acc);
176 bool accelCalUpdateBias(struct AccelCal *acc, float *x, float *y, float *z);
178 void accelCalBiasSet(struct AccelCal *acc, float x, float y, float z);
180 void accelCalBiasRemove(struct AccelCal *acc, float *x, float *y, float *z);
183 void accelCalDebPrint(struct AccelCal *acc, float temp);
Daccel_cal.c166 void accelCalInit(struct AccelCal *acc, uint32_t t0, uint32_t n_s, float th, in accelCalInit()
213 void accelCalDestroy(struct AccelCal *acc) { (void)acc; } in accelCalDestroy()
437 bool accelCalUpdateBias(struct AccelCal *acc, float *x, float *y, float *z) { in accelCalUpdateBias()
458 void accelCalBiasSet(struct AccelCal *acc, float x, float y, float z) { in accelCalBiasSet()
465 void accelCalBiasRemove(struct AccelCal *acc, float *x, float *y, float *z) { in accelCalBiasRemove()
472 void accelCalRun(struct AccelCal *acc, uint64_t sample_time_nanos, float x, in accelCalRun()
572 void accelCalDebPrint(struct AccelCal *acc, float temp) { in accelCalDebPrint()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c461 struct AccelCal acc;