Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/
Dmag_cal.h51 uint32_t min_batch_window_in_micros; member
72 uint32_t min_batch_window_in_micros; member
Dmag_cal.c94 if ((sample_time_us - moc->start_time > moc->min_batch_window_in_micros) && in moc_batch_complete()
112 moc->min_batch_window_in_micros = in initMagCal()
113 mag_cal_parameters->min_batch_window_in_micros; in initMagCal()
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/
Dmag_sphere_fit.c42 (float)(mag_cal_parameters->min_batch_window_in_micros) * in initMagCalSphere()