Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h1167 int8_t ISDS_setWakeUpThreshold(WE_sensorInterface_t* sensorInterface, uint8_t thresh);
1168 int8_t ISDS_getWakeUpThreshold(WE_sensorInterface_t* sensorInterface, uint8_t *thresh);
1179 … ISDS_setFreeFallThreshold(WE_sensorInterface_t* sensorInterface, ISDS_freeFallThreshold_t thresh);
1180 …ISDS_getFreeFallThreshold(WE_sensorInterface_t* sensorInterface, ISDS_freeFallThreshold_t *thresh);
DWSEN_ISDS_2536030320001_hal.c4196 int8_t ISDS_setWakeUpThreshold(WE_sensorInterface_t* sensorInterface, uint8_t thresh) in ISDS_setWakeUpThreshold() argument
4205 wakeUpThs.wakeUpThreshold = (thresh & 0x3F); in ISDS_setWakeUpThreshold()
4216 int8_t ISDS_getWakeUpThreshold(WE_sensorInterface_t* sensorInterface, uint8_t *thresh) in ISDS_getWakeUpThreshold() argument
4225 *thresh = wakeUpThs.wakeUpThreshold; in ISDS_getWakeUpThreshold()
4362 …t ISDS_setFreeFallThreshold(WE_sensorInterface_t* sensorInterface, ISDS_freeFallThreshold_t thresh) in ISDS_setFreeFallThreshold() argument
4371 freeFall.freeFallThreshold = thresh; in ISDS_setFreeFallThreshold()
4382 … ISDS_getFreeFallThreshold(WE_sensorInterface_t* sensorInterface, ISDS_freeFallThreshold_t *thresh) in ISDS_getFreeFallThreshold() argument
4391 *thresh = (ISDS_freeFallThreshold_t) freeFall.freeFallThreshold; in ISDS_getFreeFallThreshold()