Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h898 } ISDS_freeFallThreshold_t; typedef
1179 …int8_t ISDS_setFreeFallThreshold(WE_sensorInterface_t* sensorInterface, ISDS_freeFallThreshold_t t…
1180 …int8_t ISDS_getFreeFallThreshold(WE_sensorInterface_t* sensorInterface, ISDS_freeFallThreshold_t *…
DWSEN_ISDS_2536030320001_hal.c4362 int8_t ISDS_setFreeFallThreshold(WE_sensorInterface_t* sensorInterface, ISDS_freeFallThreshold_t th… in ISDS_setFreeFallThreshold()
4382 int8_t ISDS_getFreeFallThreshold(WE_sensorInterface_t* sensorInterface, ISDS_freeFallThreshold_t *t… in ISDS_getFreeFallThreshold()
4391 *thresh = (ISDS_freeFallThreshold_t) freeFall.freeFallThreshold; in ISDS_getFreeFallThreshold()