Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/online_calibration/accelerometer/accel_offset_cal/
Daccel_offset_cal.cc80 accelCalBiasSet(&accel_cal_, input_cal_data.offset[0], in SetInitialCalibration()
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.h200 void accelCalBiasSet(struct AccelCal *acc, float x, float y, float z);
Daccel_cal.c437 void accelCalBiasSet(struct AccelCal *acc, float x, float y, float z) { in accelCalBiasSet() function
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c1036 accelCalBiasSet(&T(accel_cal), values->sw[0], values->sw[1], values->sw[2]);
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c2859 accelCalBiasSet(&mTask.acc, values->sw[0], values->sw[1], values->sw[2]);
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c3828 accelCalBiasSet(&T(accelCal) , cfgData->sw[0], cfgData->sw[1], cfgData->sw[2]); in lsm6dsm_accelCfgData()