Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.h852 int8_t ITDS_setTapThresholdZ(WE_sensorInterface_t* sensorInterface, uint8_t tapThresholdZ);
853 int8_t ITDS_getTapThresholdZ(WE_sensorInterface_t* sensorInterface, uint8_t *tapThresholdZ);
DWSEN_ITDS_2533020201601_hal.c2655 int8_t ITDS_setTapThresholdZ(WE_sensorInterface_t* sensorInterface, uint8_t tapThresholdZ) in ITDS_setTapThresholdZ() argument
2664 tapZThresh.zAxisTapThreshold = tapThresholdZ; in ITDS_setTapThresholdZ()
2675 int8_t ITDS_getTapThresholdZ(WE_sensorInterface_t* sensorInterface, uint8_t *tapThresholdZ) in ITDS_getTapThresholdZ() argument
2684 *tapThresholdZ = tapZThresh.zAxisTapThreshold; in ITDS_getTapThresholdZ()