Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h1232 int8_t ISDS_getAngularRateZ_float(WE_sensorInterface_t* sensorInterface, float *zRate);
1233 …ngularRates_float(WE_sensorInterface_t* sensorInterface, float *xRate, float *yRate, float *zRate);
1237 int8_t ISDS_getAngularRateZ_int(WE_sensorInterface_t* sensorInterface, int32_t *zRate);
1238 …arRates_int(WE_sensorInterface_t* sensorInterface, int32_t *xRate, int32_t *yRate, int32_t *zRate);
DWSEN_ISDS_2536030320001_hal.c5167 int8_t ISDS_getAngularRateZ_float(WE_sensorInterface_t* sensorInterface, float *zRate) in ISDS_getAngularRateZ_float() argument
5174 *zRate = ISDS_convertAngularRate_float(rawRate, currentGyroFullScale); in ISDS_getAngularRateZ_float()
5192 …AngularRates_float(WE_sensorInterface_t* sensorInterface, float *xRate, float *yRate, float *zRate) in ISDS_getAngularRates_float() argument
5201 *zRate = ISDS_convertAngularRate_float(zRawRate, currentGyroFullScale); in ISDS_getAngularRates_float()
5264 int8_t ISDS_getAngularRateZ_int(WE_sensorInterface_t* sensorInterface, int32_t *zRate) in ISDS_getAngularRateZ_int() argument
5271 *zRate = ISDS_convertAngularRate_int(rawRate, currentGyroFullScale); in ISDS_getAngularRateZ_int()
5289 …larRates_int(WE_sensorInterface_t* sensorInterface, int32_t *xRate, int32_t *yRate, int32_t *zRate) in ISDS_getAngularRates_int() argument
5298 *zRate = ISDS_convertAngularRate_int(zRawRate, currentGyroFullScale); in ISDS_getAngularRates_int()