Searched refs:tapThresholdZ (Results 1 – 2 of 2) sorted by relevance
852 int8_t ITDS_setTapThresholdZ(WE_sensorInterface_t* sensorInterface, uint8_t tapThresholdZ);853 int8_t ITDS_getTapThresholdZ(WE_sensorInterface_t* sensorInterface, uint8_t *tapThresholdZ);
2655 int8_t ITDS_setTapThresholdZ(WE_sensorInterface_t* sensorInterface, uint8_t tapThresholdZ) in ITDS_setTapThresholdZ() argument2664 tapZThresh.zAxisTapThreshold = tapThresholdZ; in ITDS_setTapThresholdZ()2675 int8_t ITDS_getTapThresholdZ(WE_sensorInterface_t* sensorInterface, uint8_t *tapThresholdZ) in ITDS_getTapThresholdZ() argument2684 *tapThresholdZ = tapZThresh.zAxisTapThreshold; in ITDS_getTapThresholdZ()