Searched refs:xRawRate (Results 1 – 2 of 2) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/ |
D | WSEN_ISDS_2536030320001_hal.c | 5194 int16_t xRawRate, yRawRate, zRawRate; in ISDS_getAngularRates_float() local 5195 if (WE_FAIL == ISDS_getRawAngularRates(sensorInterface, &xRawRate, &yRawRate, &zRawRate)) in ISDS_getAngularRates_float() 5199 *xRate = ISDS_convertAngularRate_float(xRawRate, currentGyroFullScale); in ISDS_getAngularRates_float() 5291 int16_t xRawRate, yRawRate, zRawRate; in ISDS_getAngularRates_int() local 5292 if (WE_FAIL == ISDS_getRawAngularRates(sensorInterface, &xRawRate, &yRawRate, &zRawRate)) in ISDS_getAngularRates_int() 5296 *xRate = ISDS_convertAngularRate_int(xRawRate, currentGyroFullScale); in ISDS_getAngularRates_int() 5308 int8_t ISDS_getRawAngularRateX(WE_sensorInterface_t* sensorInterface, int16_t *xRawRate) in ISDS_getRawAngularRateX() argument 5317 *xRawRate = (int16_t) (tmp[1] << 8); in ISDS_getRawAngularRateX() 5318 *xRawRate |= (int16_t) tmp[0]; in ISDS_getRawAngularRateX() 5373 int8_t ISDS_getRawAngularRates(WE_sensorInterface_t* sensorInterface, int16_t *xRawRate, int16_t *y… in ISDS_getRawAngularRates() argument [all …]
|
D | WSEN_ISDS_2536030320001_hal.h | 1239 int8_t ISDS_getRawAngularRateX(WE_sensorInterface_t* sensorInterface, int16_t *xRawRate); 1242 …int8_t ISDS_getRawAngularRates(WE_sensorInterface_t* sensorInterface, int16_t *xRawRate, int16_t *…
|