Searched refs:threshold (Results 1 – 4 of 4) sorted by relevance
892 …DS_setFreeFallThreshold(WE_sensorInterface_t* sensorInterface, ITDS_FreeFallThreshold_t threshold);893 …S_getFreeFallThreshold(WE_sensorInterface_t* sensorInterface, ITDS_FreeFallThreshold_t *threshold);
3307 …TDS_setFreeFallThreshold(WE_sensorInterface_t* sensorInterface, ITDS_FreeFallThreshold_t threshold) in ITDS_setFreeFallThreshold() argument3316 freeFall.freeFallThreshold = threshold; in ITDS_setFreeFallThreshold()3327 …DS_getFreeFallThreshold(WE_sensorInterface_t* sensorInterface, ITDS_FreeFallThreshold_t *threshold) in ITDS_getFreeFallThreshold() argument3336 *threshold = (ITDS_FreeFallThreshold_t) freeFall.freeFallThreshold; in ITDS_getFreeFallThreshold()
119 int8_t ISDS_setFifoThreshold(WE_sensorInterface_t* sensorInterface, uint16_t threshold) in ISDS_setFifoThreshold() argument129 fifoCtrl1.fifoThresholdLsb = (uint8_t) (threshold & 0xFF); in ISDS_setFifoThreshold()130 fifoCtrl2.fifoThresholdMsb = (uint8_t) ((threshold >> 8) & 0x07); in ISDS_setFifoThreshold()145 int8_t ISDS_getFifoThreshold(WE_sensorInterface_t* sensorInterface, uint16_t *threshold) in ISDS_getFifoThreshold() argument159 *threshold = ((uint16_t) fifoCtrl1.fifoThresholdLsb) | in ISDS_getFifoThreshold()
915 int8_t ISDS_setFifoThreshold(WE_sensorInterface_t* sensorInterface, uint16_t threshold);916 int8_t ISDS_getFifoThreshold(WE_sensorInterface_t* sensorInterface, uint16_t *threshold);