Searched refs:zRawAcc (Results 1 – 4 of 4) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/ |
D | WSEN_ISDS_2536030320001_hal.c | 5480 int16_t xRawAcc, yRawAcc, zRawAcc; in ISDS_getAccelerations_float() local 5481 if (WE_FAIL == ISDS_getRawAccelerations(sensorInterface, &xRawAcc, &yRawAcc, &zRawAcc)) in ISDS_getAccelerations_float() 5487 *zAcc = ISDS_convertAcceleration_float(zRawAcc, currentAccFullScale); in ISDS_getAccelerations_float() 5577 int16_t xRawAcc, yRawAcc, zRawAcc; in ISDS_getAccelerations_int() local 5578 if (WE_FAIL == ISDS_getRawAccelerations(sensorInterface, &xRawAcc, &yRawAcc, &zRawAcc)) in ISDS_getAccelerations_int() 5584 *zAcc = ISDS_convertAcceleration_int(zRawAcc, currentAccFullScale); in ISDS_getAccelerations_int() 5636 int8_t ISDS_getRawAccelerationZ(WE_sensorInterface_t* sensorInterface, int16_t *zRawAcc) in ISDS_getRawAccelerationZ() argument 5645 *zRawAcc = (int16_t) (tmp[1] << 8); in ISDS_getRawAccelerationZ() 5646 *zRawAcc |= (int16_t) tmp[0]; in ISDS_getRawAccelerationZ() 5659 …ations(WE_sensorInterface_t* sensorInterface, int16_t *xRawAcc, int16_t *yRawAcc, int16_t *zRawAcc) in ISDS_getRawAccelerations() argument [all …]
|
D | WSEN_ISDS_2536030320001_hal.h | 1257 int8_t ISDS_getRawAccelerationZ(WE_sensorInterface_t* sensorInterface, int16_t *zRawAcc); 1258 …tions(WE_sensorInterface_t* sensorInterface, int16_t *xRawAcc, int16_t *yRawAcc, int16_t *zRawAcc);
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/ |
D | WSEN_ITDS_2533020201601_hal.h | 781 int8_t ITDS_getRawAccelerationZ(WE_sensorInterface_t* sensorInterface, int16_t *zRawAcc); 785 int16_t *zRawAcc);
|
D | WSEN_ITDS_2533020201601_hal.c | 1699 int8_t ITDS_getRawAccelerationZ(WE_sensorInterface_t* sensorInterface, int16_t *zRawAcc) in ITDS_getRawAccelerationZ() argument 1712 *zRawAcc = zAxisAccelerationRaw; in ITDS_getRawAccelerationZ() 1734 int16_t *zRawAcc) in ITDS_getRawAccelerations() argument 1769 zRawAcc[i] = sample; in ITDS_getRawAccelerations()
|