Searched refs:ISDS_convertAcceleration_float (Results 1 – 2 of 2) sorted by relevance
5414 *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
1269 float ISDS_convertAcceleration_float(int16_t acc, ISDS_accFullScale_t fullScale);