Searched defs:AccelGoodData (Results 1 – 1 of 1) sorted by relevance
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/ |
D | accel_cal.h | 78 struct AccelGoodData { struct 80 uint32_t nx, nxb, ny, nyb, nz, nzb, nle; 83 uint32_t nfx, nfxb, nfy, nfyb, nfz, nfzb, nfle; 86 float acc_t, acc_tt; 87 float var_t, mean_t; 90 float e_x, e_y, e_z;
|