Home
last modified time | relevance | path

Searched refs:lower_threshold (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c1752 int32_t lower_threshold[3], higher_threshold[3]; in lsm6dsm_runGapSelfTestProgram() local
1761lower_threshold[0] = lower_threshold[1] = lower_threshold[2] = LSM6DSM_ACCEL_SELFTEST_LOW_THR_LSB; in lsm6dsm_runGapSelfTestProgram()
1769lower_threshold[0] = lower_threshold[1] = lower_threshold[2] = LSM6DSM_GYRO_SELFTEST_LOW_THR_LSB; in lsm6dsm_runGapSelfTestProgram()
1780lower_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()