Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.h667 } ITDS_FreeFallThreshold_t; typedef
892 …int8_t ITDS_setFreeFallThreshold(WE_sensorInterface_t* sensorInterface, ITDS_FreeFallThreshold_t t…
893 …int8_t ITDS_getFreeFallThreshold(WE_sensorInterface_t* sensorInterface, ITDS_FreeFallThreshold_t *…
DWSEN_ITDS_2533020201601_hal.c3307 int8_t ITDS_setFreeFallThreshold(WE_sensorInterface_t* sensorInterface, ITDS_FreeFallThreshold_t th… in ITDS_setFreeFallThreshold()
3327 int8_t ITDS_getFreeFallThreshold(WE_sensorInterface_t* sensorInterface, ITDS_FreeFallThreshold_t *t… in ITDS_getFreeFallThreshold()
3336 *threshold = (ITDS_FreeFallThreshold_t) freeFall.freeFallThreshold; in ITDS_getFreeFallThreshold()