Home
last modified time | relevance | path

Searched refs:ISDS_convertAcceleration_float (Results 1 – 2 of 2) sorted by relevance

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.c5414 *xAcc = ISDS_convertAcceleration_float(rawAcc, currentAccFullScale); in ISDS_getAccelerationX_float()
5437 *yAcc = ISDS_convertAcceleration_float(rawAcc, currentAccFullScale); in ISDS_getAccelerationY_float()
5460 *zAcc = ISDS_convertAcceleration_float(rawAcc, currentAccFullScale); in ISDS_getAccelerationZ_float()
5485 *xAcc = ISDS_convertAcceleration_float(xRawAcc, currentAccFullScale); in ISDS_getAccelerations_float()
5486 *yAcc = ISDS_convertAcceleration_float(yRawAcc, currentAccFullScale); in ISDS_getAccelerations_float()
5487 *zAcc = ISDS_convertAcceleration_float(zRawAcc, currentAccFullScale); in ISDS_getAccelerations_float()
5750 float ISDS_convertAcceleration_float(int16_t acc, ISDS_accFullScale_t fullScale) in ISDS_convertAcceleration_float() function
DWSEN_ISDS_2536030320001_hal.h1269 float ISDS_convertAcceleration_float(int16_t acc, ISDS_accFullScale_t fullScale);