Home | History | Annotate | Download | only in mllite

Lines Matching refs:INV_MAX_NUM_ACCEL_SAMPLES

71 #define REF_QUATERNION_6AXIS       (REF_QUANT_ACCEL + INV_MAX_NUM_ACCEL_SAMPLES)
98 #if INV_MAX_NUM_ACCEL_SAMPLES != 8
99 #error INV_MAX_NUM_ACCEL_SAMPLES must be defined to 8
132 long decoded_accel[INV_MAX_NUM_ACCEL_SAMPLES][ACCEL_NUM_AXES];
431 for (kk = (INV_MAX_NUM_ACCEL_SAMPLES - (fifoRate + 1));
432 kk < INV_MAX_NUM_ACCEL_SAMPLES; kk++) {
655 if ((fifo_obj.fifo_rate < INV_MAX_NUM_ACCEL_SAMPLES) &&
848 for (ii = 0; ii < INV_MAX_NUM_ACCEL_SAMPLES; ii++) {
872 for (ii = 0; ii < INV_MAX_NUM_ACCEL_SAMPLES; ii++) {
1192 * NOTE: Elements is ignored if the fifo rate is < INV_MAX_NUM_ACCEL_SAMPLES
1477 * INV_MAX_NUM_ACCEL_SAMPLES, otherwise it doesn't work.
1515 for (kk = 0; kk < INV_MAX_NUM_ACCEL_SAMPLES; ++kk) {