Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.c3951 ISDS_tapThs6d_t tapThs6d; in ISDS_setTapThreshold() local
3953 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_TAP_THS_6D_REG, 1, (uint8_t *) &tapThs6d)) in ISDS_setTapThreshold()
3958 tapThs6d.tapThreshold = (tapThreshold & 0x1F); in ISDS_setTapThreshold()
3960 return ISDS_WriteReg(sensorInterface, ISDS_TAP_THS_6D_REG, 1, (uint8_t *) &tapThs6d); in ISDS_setTapThreshold()
3971 ISDS_tapThs6d_t tapThs6d; in ISDS_getTapThreshold() local
3973 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_TAP_THS_6D_REG, 1, (uint8_t *) &tapThs6d)) in ISDS_getTapThreshold()
3978 *tapThreshold = tapThs6d.tapThreshold; in ISDS_getTapThreshold()
3991 ISDS_tapThs6d_t tapThs6d; in ISDS_set6DThreshold() local
3993 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_TAP_THS_6D_REG, 1, (uint8_t *) &tapThs6d)) in ISDS_set6DThreshold()
3998 tapThs6d.sixDThreshold = threshold6D; in ISDS_set6DThreshold()
[all …]