Searched defs:fullScale (Results 1 – 3 of 3) sorted by relevance
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ISDS_2536030320001_hal/ |
D | WSEN_ISDS_2536030320001_hal.c | 1154 int8_t ISDS_setAccFullScale(WE_sensorInterface_t* sensorInterface, ISDS_accFullScale_t fullScale) in ISDS_setAccFullScale() 1182 int8_t ISDS_getAccFullScale(WE_sensorInterface_t* sensorInterface, ISDS_accFullScale_t *fullScale) in ISDS_getAccFullScale() 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() 5750 float ISDS_convertAcceleration_float(int16_t acc, ISDS_accFullScale_t fullScale) in ISDS_convertAcceleration_float() 5822 float ISDS_convertAngularRate_float(int16_t rate, ISDS_gyroFullScale_t fullScale) in ISDS_convertAngularRate_float() 5919 int16_t ISDS_convertAcceleration_int(int16_t acc, ISDS_accFullScale_t fullScale) in ISDS_convertAcceleration_int() 5991 int32_t ISDS_convertAngularRate_int(int16_t rate, ISDS_gyroFullScale_t fullScale) in ISDS_convertAngularRate_int()
|
/hal_wurthelektronik-latest/sensors/WeSensorsSDK/WSEN_ITDS_2533020201601_hal/ |
D | WSEN_ITDS_2533020201601_hal.c | 1406 int8_t ITDS_setFullScale(WE_sensorInterface_t* sensorInterface, ITDS_fullScale_t fullScale) in ITDS_setFullScale() 1434 int8_t ITDS_getFullScale(WE_sensorInterface_t* sensorInterface, ITDS_fullScale_t *fullScale) in ITDS_getFullScale() 1914 float ITDS_convertAcceleration_float(int16_t acc, ITDS_fullScale_t fullScale) in ITDS_convertAcceleration_float() 2146 int16_t ITDS_convertAcceleration_int(int16_t acc, ITDS_fullScale_t fullScale) in ITDS_convertAcceleration_int()
|
D | WSEN_ITDS_2533020201601_hal.h | 224 uint8_t fullScale : 2; /**< FS[1:0]: Full scale selection */ member
|