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