Searched refs:freeFall (Results 1 – 4 of 4) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/ |
D | WSEN_ITDS_2533020201601_hal.c | 3270 ITDS_freeFall_t freeFall; in ITDS_setFreeFallDurationLSB() local 3272 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_FREE_FALL_REG, 1, (uint8_t *) &freeFall)) in ITDS_setFreeFallDurationLSB() 3277 freeFall.freeFallDurationLSB = freeFallDurationLsb; in ITDS_setFreeFallDurationLSB() 3279 return ITDS_WriteReg(sensorInterface, ITDS_FREE_FALL_REG, 1, (uint8_t *) &freeFall); in ITDS_setFreeFallDurationLSB() 3290 ITDS_freeFall_t freeFall; in ITDS_getFreeFallDurationLSB() local 3292 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_FREE_FALL_REG, 1, (uint8_t *) &freeFall)) in ITDS_getFreeFallDurationLSB() 3297 *freeFallDurationLsb = freeFall.freeFallDurationLSB; in ITDS_getFreeFallDurationLSB() 3309 ITDS_freeFall_t freeFall; in ITDS_setFreeFallThreshold() local 3311 if (WE_FAIL == ITDS_ReadReg(sensorInterface, ITDS_FREE_FALL_REG, 1, (uint8_t *) &freeFall)) in ITDS_setFreeFallThreshold() 3316 freeFall.freeFallThreshold = threshold; in ITDS_setFreeFallThreshold() [all …]
|
D | WSEN_ITDS_2533020201601_hal.h | 240 …uint8_t freeFall : 1; /**< FF_IA: Free-fall event detection bit (0: free-fall event not de… member 427 …uint8_t freeFall : 1; /**< FF_IA: Free-fall event detection status (0: Free-fall event… member 906 int8_t ITDS_isFreeFallEvent(WE_sensorInterface_t* sensorInterface, ITDS_state_t *freeFall);
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/ |
D | WSEN_ISDS_2536030320001_hal.c | 3006 int8_t ISDS_isFreeFallEvent(WE_sensorInterface_t* sensorInterface, ISDS_state_t *freeFall) in ISDS_isFreeFallEvent() argument 3015 *freeFall = (ISDS_state_t) status.freeFallState; in ISDS_isFreeFallEvent() 4364 ISDS_freeFall_t freeFall; in ISDS_setFreeFallThreshold() local 4366 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_FREE_FALL_REG, 1, (uint8_t *) &freeFall)) in ISDS_setFreeFallThreshold() 4371 freeFall.freeFallThreshold = thresh; in ISDS_setFreeFallThreshold() 4373 return ISDS_WriteReg(sensorInterface, ISDS_FREE_FALL_REG, 1, (uint8_t *) &freeFall); in ISDS_setFreeFallThreshold() 4384 ISDS_freeFall_t freeFall; in ISDS_getFreeFallThreshold() local 4386 if (WE_FAIL == ISDS_ReadReg(sensorInterface, ISDS_FREE_FALL_REG, 1, (uint8_t *) &freeFall)) in ISDS_getFreeFallThreshold() 4391 *thresh = (ISDS_freeFallThreshold_t) freeFall.freeFallThreshold; in ISDS_getFreeFallThreshold() 4404 ISDS_freeFall_t freeFall; in ISDS_setFreeFallDuration() local [all …]
|
D | WSEN_ISDS_2536030320001_hal.h | 1091 int8_t ISDS_isFreeFallEvent(WE_sensorInterface_t* sensorInterface, ISDS_state_t *freeFall);
|