Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 4 of 4) sorted by relevance

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.h892 …DS_setFreeFallThreshold(WE_sensorInterface_t* sensorInterface, ITDS_FreeFallThreshold_t threshold);
893 …S_getFreeFallThreshold(WE_sensorInterface_t* sensorInterface, ITDS_FreeFallThreshold_t *threshold);
DWSEN_ITDS_2533020201601_hal.c3307 …TDS_setFreeFallThreshold(WE_sensorInterface_t* sensorInterface, ITDS_FreeFallThreshold_t threshold) in ITDS_setFreeFallThreshold() argument
3316 freeFall.freeFallThreshold = threshold; in ITDS_setFreeFallThreshold()
3327 …DS_getFreeFallThreshold(WE_sensorInterface_t* sensorInterface, ITDS_FreeFallThreshold_t *threshold) in ITDS_getFreeFallThreshold() argument
3336 *threshold = (ITDS_FreeFallThreshold_t) freeFall.freeFallThreshold; in ITDS_getFreeFallThreshold()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.c119 int8_t ISDS_setFifoThreshold(WE_sensorInterface_t* sensorInterface, uint16_t threshold) in ISDS_setFifoThreshold() argument
129 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() argument
159 *threshold = ((uint16_t) fifoCtrl1.fifoThresholdLsb) | in ISDS_getFifoThreshold()
DWSEN_ISDS_2536030320001_hal.h915 int8_t ISDS_setFifoThreshold(WE_sensorInterface_t* sensorInterface, uint16_t threshold);
916 int8_t ISDS_getFifoThreshold(WE_sensorInterface_t* sensorInterface, uint16_t *threshold);