HomeSort by relevance Sort by last modified time
    Searched refs:AccelCal (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.h 131 struct AccelCal {
159 void accelCalRun(struct AccelCal *acc, uint64_t sample_time_nanos, float x,
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);
accel_cal.c 166 void accelCalInit(struct AccelCal *acc, uint32_t t0, uint32_t n_s, float th,
213 void accelCalDestroy(struct AccelCal *acc) { (void)acc; }
437 bool accelCalUpdateBias(struct AccelCal *acc, float *x, float *y, float *z) {
458 void accelCalBiasSet(struct AccelCal *acc, float x, float y, float z) {
465 void accelCalBiasRemove(struct AccelCal *acc, float *x, float *y, float *z) {
472 void accelCalRun(struct AccelCal *acc, uint64_t sample_time_nanos, float x,
572 void accelCalDebPrint(struct AccelCal *acc, float temp) {
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 461 struct AccelCal acc;
    [all...]

Completed in 77 milliseconds