Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/
DWSEN_ITDS_2533020201601_hal.h789 int8_t ITDS_getAccelerationX_float(WE_sensorInterface_t* sensorInterface, float *xAcc);
793 float *xAcc,
804 int8_t ITDS_getAccelerationX_int(WE_sensorInterface_t* sensorInterface, int16_t *xAcc);
808 int16_t *xAcc,
DWSEN_ITDS_2533020201601_hal.c1791 int8_t ITDS_getAccelerationX_float(WE_sensorInterface_t* sensorInterface, float *xAcc) in ITDS_getAccelerationX_float() argument
1798 *xAcc = ITDS_convertAcceleration_float(rawAcc, currentFullScale); in ITDS_getAccelerationX_float()
1865 float *xAcc, in ITDS_getAccelerations_float() argument
1890 xAcc[i] = ITDS_convertAcceleration_float((int16_t) sample, currentFullScale); in ITDS_getAccelerations_float()
2023 int8_t ITDS_getAccelerationX_int(WE_sensorInterface_t* sensorInterface, int16_t *xAcc) in ITDS_getAccelerationX_int() argument
2030 *xAcc = ITDS_convertAcceleration_int(rawAcc, currentFullScale); in ITDS_getAccelerationX_int()
2097 int16_t *xAcc, in ITDS_getAccelerations_int() argument
2122 xAcc[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.h1246 int8_t ISDS_getAccelerationX_float(WE_sensorInterface_t* sensorInterface, float *xAcc);
1249 …int8_t ISDS_getAccelerations_float(WE_sensorInterface_t* sensorInterface, float *xAcc, float *yAcc…
1251 int8_t ISDS_getAccelerationX_int(WE_sensorInterface_t* sensorInterface, int16_t *xAcc);
1254 …int8_t ISDS_getAccelerations_int(WE_sensorInterface_t* sensorInterface, int16_t *xAcc, int16_t *yA…
DWSEN_ISDS_2536030320001_hal.c5407 int8_t ISDS_getAccelerationX_float(WE_sensorInterface_t* sensorInterface, float *xAcc) in ISDS_getAccelerationX_float() argument
5414 *xAcc = ISDS_convertAcceleration_float(rawAcc, currentAccFullScale); in ISDS_getAccelerationX_float()
5478 int8_t ISDS_getAccelerations_float(WE_sensorInterface_t* sensorInterface, float *xAcc, float *yAcc,… in ISDS_getAccelerations_float() argument
5485 *xAcc = ISDS_convertAcceleration_float(xRawAcc, currentAccFullScale); in ISDS_getAccelerations_float()
5504 int8_t ISDS_getAccelerationX_int(WE_sensorInterface_t* sensorInterface, int16_t *xAcc) in ISDS_getAccelerationX_int() argument
5511 *xAcc = ISDS_convertAcceleration_int(rawAcc, currentAccFullScale); in ISDS_getAccelerationX_int()
5575 int8_t ISDS_getAccelerations_int(WE_sensorInterface_t* sensorInterface, int16_t *xAcc, int16_t *yAc… in ISDS_getAccelerations_int() argument
5582 *xAcc = ISDS_convertAcceleration_int(xRawAcc, currentAccFullScale); in ISDS_getAccelerations_int()