Searched refs:tapThresholdX (Results 1 – 2 of 2) sorted by relevance
840 int8_t ITDS_setTapThresholdX(WE_sensorInterface_t* sensorInterface, uint8_t tapThresholdX);841 int8_t ITDS_getTapThresholdX(WE_sensorInterface_t* sensorInterface, uint8_t *tapThresholdX);
2490 int8_t ITDS_setTapThresholdX(WE_sensorInterface_t* sensorInterface, uint8_t tapThresholdX) in ITDS_setTapThresholdX() argument2499 tapXThresh.xAxisTapThreshold = tapThresholdX; in ITDS_setTapThresholdX()2510 int8_t ITDS_getTapThresholdX(WE_sensorInterface_t* sensorInterface, uint8_t *tapThresholdX) in ITDS_getTapThresholdX() argument2519 *tapThresholdX = tapXThresh.xAxisTapThreshold; in ITDS_getTapThresholdX()