Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.h790 int8_t ITDS_getAccelerationY_float(WE_sensorInterface_t* sensorInterface, float *yAcc);
794 float *yAcc,
805 int8_t ITDS_getAccelerationY_int(WE_sensorInterface_t* sensorInterface, int16_t *yAcc);
809 int16_t *yAcc,
DWSEN_ITDS_2533020201601_hal.c1814 int8_t ITDS_getAccelerationY_float(WE_sensorInterface_t* sensorInterface, float *yAcc) in ITDS_getAccelerationY_float() argument
1821 *yAcc = ITDS_convertAcceleration_float(rawAcc, currentFullScale); in ITDS_getAccelerationY_float()
1866 float *yAcc, in ITDS_getAccelerations_float() argument
1896 yAcc[i] = ITDS_convertAcceleration_float((int16_t) sample, currentFullScale); in ITDS_getAccelerations_float()
2046 int8_t ITDS_getAccelerationY_int(WE_sensorInterface_t* sensorInterface, int16_t *yAcc) in ITDS_getAccelerationY_int() argument
2053 *yAcc = ITDS_convertAcceleration_int(rawAcc, currentFullScale); in ITDS_getAccelerationY_int()
2098 int16_t *yAcc, in ITDS_getAccelerations_int() argument
2128 yAcc[i] = ITDS_convertAcceleration_int((int16_t) sample, currentFullScale); in ITDS_getAccelerations_int()
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h1247 int8_t ISDS_getAccelerationY_float(WE_sensorInterface_t* sensorInterface, float *yAcc);
1249 …tAccelerations_float(WE_sensorInterface_t* sensorInterface, float *xAcc, float *yAcc, float *zAcc);
1252 int8_t ISDS_getAccelerationY_int(WE_sensorInterface_t* sensorInterface, int16_t *yAcc);
1254 …elerations_int(WE_sensorInterface_t* sensorInterface, int16_t *xAcc, int16_t *yAcc, int16_t *zAcc);
DWSEN_ISDS_2536030320001_hal.c5430 int8_t ISDS_getAccelerationY_float(WE_sensorInterface_t* sensorInterface, float *yAcc) in ISDS_getAccelerationY_float() argument
5437 *yAcc = ISDS_convertAcceleration_float(rawAcc, currentAccFullScale); in ISDS_getAccelerationY_float()
5478 int8_t ISDS_getAccelerations_float(WE_sensorInterface_t* sensorInterface, float *xAcc, float *yAcc,… in ISDS_getAccelerations_float() argument
5486 *yAcc = ISDS_convertAcceleration_float(yRawAcc, currentAccFullScale); in ISDS_getAccelerations_float()
5527 int8_t ISDS_getAccelerationY_int(WE_sensorInterface_t* sensorInterface, int16_t *yAcc) in ISDS_getAccelerationY_int() argument
5534 *yAcc = ISDS_convertAcceleration_int(rawAcc, currentAccFullScale); in ISDS_getAccelerationY_int()
5575 …celerations_int(WE_sensorInterface_t* sensorInterface, int16_t *xAcc, int16_t *yAcc, int16_t *zAcc) in ISDS_getAccelerations_int() argument
5583 *yAcc = ISDS_convertAcceleration_int(yRawAcc, currentAccFullScale); in ISDS_getAccelerations_int()