Home
last modified time | relevance | path

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

/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/
DWSEN_ISDS_2536030320001_hal.h754 } ISDS_gyroFullScale_t; typedef
987 …int8_t ISDS_setGyroFullScale(WE_sensorInterface_t* sensorInterface, ISDS_gyroFullScale_t fullScale…
988 …int8_t ISDS_getGyroFullScale(WE_sensorInterface_t* sensorInterface, ISDS_gyroFullScale_t *fullScal…
1275 float ISDS_convertAngularRate_float(int16_t rate, ISDS_gyroFullScale_t fullScale);
1291 int32_t ISDS_convertAngularRate_int(int16_t rate, ISDS_gyroFullScale_t fullScale);
DWSEN_ISDS_2536030320001_hal.c47 static ISDS_gyroFullScale_t currentGyroFullScale = ISDS_gyroFullScale250dps;
1248 int8_t ISDS_setGyroFullScale(WE_sensorInterface_t* sensorInterface, ISDS_gyroFullScale_t fullScale) in ISDS_setGyroFullScale()
1276 int8_t ISDS_getGyroFullScale(WE_sensorInterface_t* sensorInterface, ISDS_gyroFullScale_t *fullScale) in ISDS_getGyroFullScale()
1285 *fullScale = (ISDS_gyroFullScale_t) ctrl2.gyroFullScale; in ISDS_getGyroFullScale()
5822 float ISDS_convertAngularRate_float(int16_t rate, ISDS_gyroFullScale_t fullScale) in ISDS_convertAngularRate_float()
5991 int32_t ISDS_convertAngularRate_int(int16_t rate, ISDS_gyroFullScale_t fullScale) in ISDS_convertAngularRate_int()