Searched defs:GyroStillDet (Results 1 – 1 of 1) sorted by relevance
47 struct GyroStillDet { struct49 float var_threshold; // [sensor units]^253 float confidence_delta; // [sensor units]^257 bool stillness_window_ready;61 bool start_new_window;64 uint64_t window_start_time;68 uint32_t num_acc_samples;69 float mean_x, mean_y, mean_z;96 void gyroStillDetInit(struct GyroStillDet* gyro_still_det, float var_threshold, argument