Searched refs:AccelCal (Results 1 – 6 of 6) sorted by relevance
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/ |
D | accel_cal.h | 151 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);
|
D | accel_cal.c | 175 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/ |
D | accel_offset_cal.h | 72 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/ |
D | invensense_icm40600.c | 649 struct AccelCal accel_cal;
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 519 struct AccelCal acc;
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | st_lsm6dsm.c | 861 struct AccelCal accelCal;
|