Searched refs:thresh (Results 1 – 2 of 2) sorted by relevance
1167 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);
4196 int8_t ISDS_setWakeUpThreshold(WE_sensorInterface_t* sensorInterface, uint8_t thresh) in ISDS_setWakeUpThreshold() argument4205 wakeUpThs.wakeUpThreshold = (thresh & 0x3F); in ISDS_setWakeUpThreshold()4216 int8_t ISDS_getWakeUpThreshold(WE_sensorInterface_t* sensorInterface, uint8_t *thresh) in ISDS_getWakeUpThreshold() argument4225 *thresh = wakeUpThs.wakeUpThreshold; in ISDS_getWakeUpThreshold()4362 …t ISDS_setFreeFallThreshold(WE_sensorInterface_t* sensorInterface, ISDS_freeFallThreshold_t thresh) in ISDS_setFreeFallThreshold() argument4371 freeFall.freeFallThreshold = thresh; in ISDS_setFreeFallThreshold()4382 … ISDS_getFreeFallThreshold(WE_sensorInterface_t* sensorInterface, ISDS_freeFallThreshold_t *thresh) in ISDS_getFreeFallThreshold() argument4391 *thresh = (ISDS_freeFallThreshold_t) freeFall.freeFallThreshold; in ISDS_getFreeFallThreshold()