Searched refs:lower_threshold (Results 1 – 1 of 1) sorted by relevance
1752 int32_t lower_threshold[3], higher_threshold[3]; in lsm6dsm_runGapSelfTestProgram() local1761 … lower_threshold[0] = lower_threshold[1] = lower_threshold[2] = LSM6DSM_ACCEL_SELFTEST_LOW_THR_LSB; in lsm6dsm_runGapSelfTestProgram()1769 … lower_threshold[0] = lower_threshold[1] = lower_threshold[2] = LSM6DSM_GYRO_SELFTEST_LOW_THR_LSB; in lsm6dsm_runGapSelfTestProgram()1780 … lower_threshold[0] = lower_threshold[1] = lower_threshold[2] = LSM303AGR_SELFTEST_LOW_THR_LSB; in lsm6dsm_runGapSelfTestProgram()1785 lower_threshold[0] = lower_threshold[1] = LIS3MDL_SELFTEST_LOW_THR_XY_LSB; in lsm6dsm_runGapSelfTestProgram()1787 lower_threshold[2] = LIS3MDL_SELFTEST_LOW_THR_Z_LSB; in lsm6dsm_runGapSelfTestProgram()1806 if ((dataGap[i] < lower_threshold[i]) || (dataGap[i] > higher_threshold[i])) { in lsm6dsm_runGapSelfTestProgram()