Home
last modified time | relevance | path

Searched refs:threshold6D (Results 1 – 4 of 4) sorted by relevance

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.h842 …8_t ITDS_set6DThreshold(WE_sensorInterface_t* sensorInterface, ITDS_thresholdDegree_t threshold6D);
843 …_t ITDS_get6DThreshold(WE_sensorInterface_t* sensorInterface, ITDS_thresholdDegree_t *threshold6D);
DWSEN_ITDS_2533020201601_hal.c2530 …t8_t ITDS_set6DThreshold(WE_sensorInterface_t* sensorInterface, ITDS_thresholdDegree_t threshold6D) in ITDS_set6DThreshold() argument
2539 tapXThresh.sixDThreshold = threshold6D; in ITDS_set6DThreshold()
2550 …8_t ITDS_get6DThreshold(WE_sensorInterface_t* sensorInterface, ITDS_thresholdDegree_t *threshold6D) in ITDS_get6DThreshold() argument
2559 *threshold6D = (ITDS_thresholdDegree_t) tapXThresh.sixDThreshold; in ITDS_get6DThreshold()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h1153 …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);
DWSEN_ISDS_2536030320001_hal.c3989 int8_t ISDS_set6DThreshold(WE_sensorInterface_t* sensorInterface, ISDS_sixDThreshold_t threshold6D) in ISDS_set6DThreshold() argument
3998 tapThs6d.sixDThreshold = threshold6D; in ISDS_set6DThreshold()
4009 int8_t ISDS_get6DThreshold(WE_sensorInterface_t* sensorInterface, ISDS_sixDThreshold_t *threshold6D) in ISDS_get6DThreshold() argument
4018 *threshold6D = (ISDS_sixDThreshold_t) tapThs6d.sixDThreshold; in ISDS_get6DThreshold()