Searched refs:tapThresholdY (Results 1 – 2 of 2) sorted by relevance
846 int8_t ITDS_setTapThresholdY(WE_sensorInterface_t* sensorInterface, uint8_t tapThresholdY);847 int8_t ITDS_getTapThresholdY(WE_sensorInterface_t* sensorInterface, uint8_t *tapThresholdY);
2573 int8_t ITDS_setTapThresholdY(WE_sensorInterface_t* sensorInterface, uint8_t tapThresholdY) in ITDS_setTapThresholdY() argument2582 tapYThresh.yAxisTapThreshold = tapThresholdY; in ITDS_setTapThresholdY()2593 int8_t ITDS_getTapThresholdY(WE_sensorInterface_t* sensorInterface, uint8_t *tapThresholdY) in ITDS_getTapThresholdY() argument2602 *tapThresholdY = tapYThresh.yAxisTapThreshold; in ITDS_getTapThresholdY()