Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.c5194 int16_t xRawRate, yRawRate, zRawRate; in ISDS_getAngularRates_float() local
5195 if (WE_FAIL == ISDS_getRawAngularRates(sensorInterface, &xRawRate, &yRawRate, &zRawRate)) in ISDS_getAngularRates_float()
5200 *yRate = ISDS_convertAngularRate_float(yRawRate, 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()
5297 *yRate = ISDS_convertAngularRate_int(yRawRate, currentGyroFullScale); in ISDS_getAngularRates_int()
5329 int8_t ISDS_getRawAngularRateY(WE_sensorInterface_t* sensorInterface, int16_t *yRawRate) in ISDS_getRawAngularRateY() argument
5338 *yRawRate = (int16_t) (tmp[1] << 8); in ISDS_getRawAngularRateY()
5339 *yRawRate |= (int16_t) tmp[0]; in ISDS_getRawAngularRateY()
5373 …ates(WE_sensorInterface_t* sensorInterface, int16_t *xRawRate, int16_t *yRawRate, int16_t *zRawRat… in ISDS_getRawAngularRates() argument
[all …]
DWSEN_ISDS_2536030320001_hal.h1240 int8_t ISDS_getRawAngularRateY(WE_sensorInterface_t* sensorInterface, int16_t *yRawRate);
1242 …ates(WE_sensorInterface_t* sensorInterface, int16_t *xRawRate, int16_t *yRawRate, int16_t *zRawRat…