Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.c4366 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_FREE_FALL_REG, 1, (uint8_t *) &freeFall)) in ISDS_setFreeFallThreshold()
4373 return ISDS_WriteReg(sensorInterface, ISDS_FREE_FALL_REG, 1, (uint8_t *) &freeFall); in ISDS_setFreeFallThreshold()
4386 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_FREE_FALL_REG, 1, (uint8_t *) &freeFall)) in ISDS_getFreeFallThreshold()
4407 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_FREE_FALL_REG, 1, (uint8_t *) &freeFall)) in ISDS_setFreeFallDuration()
4419 if (WE_FAIL == ISDS_WriteReg(sensorInterface, ISDS_FREE_FALL_REG, 1, (uint8_t *) &freeFall)) in ISDS_setFreeFallDuration()
4437 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_FREE_FALL_REG, 1, (uint8_t *) &freeFall)) in ISDS_getFreeFallDuration()
DWSEN_ISDS_2536030320001_hal.h84 #define ISDS_FREE_FALL_REG 0x5D /**< Free-fall function duration setting re… macro