Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.h151 struct AccelCal { struct
182 void accelCalRun(struct AccelCal *acc, uint64_t sample_time_nanos, float x, argument
193 void accelCalInit(struct AccelCal *acc,
196 void accelCalDestroy(struct AccelCal *acc);
199 bool accelCalUpdateBias(struct AccelCal *acc, float *x, float *y, float *z);
201 void accelCalBiasSet(struct AccelCal *acc, float x, float y, float z);
203 void accelCalBiasRemove(struct AccelCal *acc, float *x, float *y, float *z);
206 bool accelCalNewBiasAvailable(struct AccelCal *acc);
209 void accelCalDebPrint(struct AccelCal *acc, float temp);
Daccel_cal.c175 bool accelCalNewBiasAvailable(struct AccelCal *acc) { in accelCalNewBiasAvailable()
182 void accelCalInit(struct AccelCal *acc, in accelCalInit()
234 void accelCalDestroy(struct AccelCal *acc) { (void)acc; } in accelCalDestroy()
421 bool accelCalUpdateBias(struct AccelCal *acc, float *x, float *y, float *z) { in accelCalUpdateBias()
442 void accelCalBiasSet(struct AccelCal *acc, float x, float y, float z) { in accelCalBiasSet()
449 void accelCalBiasRemove(struct AccelCal *acc, float *x, float *y, float *z) { in accelCalBiasRemove()
456 void accelCalRun(struct AccelCal *acc, uint64_t sample_time_nanos, float x, in accelCalRun()
565 void accelCalDebPrint(struct AccelCal *acc, float temp) { in accelCalDebPrint()
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/accelerometer/accel_offset_cal/
Daccel_offset_cal.h72 const AccelCal& get_accel_cal() const { return accel_cal_; } in get_accel_cal()
76 AccelCal accel_cal_;
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c649 struct AccelCal accel_cal;
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c519 struct AccelCal acc;
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c861 struct AccelCal accelCal;