Searched refs:threshold6D (Results 1 – 4 of 4) sorted by relevance
842 …8_t ITDS_set6DThreshold(WE_sensorInterface_t* sensorInterface, ITDS_thresholdDegree_t threshold6D);843 …_t ITDS_get6DThreshold(WE_sensorInterface_t* sensorInterface, ITDS_thresholdDegree_t *threshold6D);
2530 …t8_t ITDS_set6DThreshold(WE_sensorInterface_t* sensorInterface, ITDS_thresholdDegree_t threshold6D) in ITDS_set6DThreshold() argument2539 tapXThresh.sixDThreshold = threshold6D; in ITDS_set6DThreshold()2550 …8_t ITDS_get6DThreshold(WE_sensorInterface_t* sensorInterface, ITDS_thresholdDegree_t *threshold6D) in ITDS_get6DThreshold() argument2559 *threshold6D = (ITDS_thresholdDegree_t) tapXThresh.sixDThreshold; in ITDS_get6DThreshold()
1153 …nt8_t ISDS_set6DThreshold(WE_sensorInterface_t* sensorInterface, ISDS_sixDThreshold_t threshold6D);1154 …t8_t ISDS_get6DThreshold(WE_sensorInterface_t* sensorInterface, ISDS_sixDThreshold_t *threshold6D);
3989 int8_t ISDS_set6DThreshold(WE_sensorInterface_t* sensorInterface, ISDS_sixDThreshold_t threshold6D) in ISDS_set6DThreshold() argument3998 tapThs6d.sixDThreshold = threshold6D; in ISDS_set6DThreshold()4009 int8_t ISDS_get6DThreshold(WE_sensorInterface_t* sensorInterface, ISDS_sixDThreshold_t *threshold6D) in ISDS_get6DThreshold() argument4018 *threshold6D = (ISDS_sixDThreshold_t) tapThs6d.sixDThreshold; in ISDS_get6DThreshold()